8 lines
103 B
C++
8 lines
103 B
C++
#pragma once
|
|
|
|
#ifdef _WIN32
|
|
#undef __linux__
|
|
#endif
|
|
|
|
#include <SDL2/SDL.h>
|
|
#include <SDL2/SDL_image.h>
|