Browse Source

Fix build on Amiga

Thanks to staphen@'s investigation in
https://github.com/bebbo/amiga-gcc/issues/413#issuecomment-2888749613
pull/8004/head
Gleb Mazovetskiy 10 months ago
parent
commit
18070db9f8
  1. 4
      Source/init.hpp

4
Source/init.hpp

@ -5,6 +5,10 @@
*/
#pragma once
// Unused here but must be included before SDL.h, see:
// https://github.com/bebbo/amiga-gcc/issues/413
#include <cstdint>
#include <SDL.h>
#ifdef UNPACKED_MPQS

Loading…
Cancel
Save