mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-20 07:13:56 -07:00
6 lines
135 B
C
Executable file
6 lines
135 B
C
Executable file
#if defined(_WIN32) && !defined(NO_WSDL)
|
|
# include "sysdep/win/wsdl.h"
|
|
#else
|
|
# include <SDL/SDL.h>
|
|
# include <SDL/SDL_thread.h>
|
|
#endif
|