7 lines
No EOL
74 B
C++
7 lines
No EOL
74 B
C++
#pragma once
|
|
|
|
#ifdef _WIN32
|
|
#undef __linux__
|
|
#endif
|
|
|
|
#include <SDL2/SDL.h> |