mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-09-03 04:52:35 +02:00
Also build with real -no-pie on ghactions, and fix SDL include directories (it's probably blind luck that they worked correctly on most systems).
8 lines
140 B
C
8 lines
140 B
C
#include "Config.h"
|
|
#include <SDL.h>
|
|
#ifdef INCLUDE_SYSWM
|
|
# if defined(WIN)
|
|
# include <SDL_syswm.h>
|
|
# endif // WIN
|
|
#endif // INCLUDE_SYSWM
|