Files
mcpe/thirdparty/SDL2/SDL2.h
2023-12-02 18:37:38 +03:00

7 lines
85 B
C

#pragma once
#ifdef _WIN32
#pragma comment(lib, "SDL2.lib")
#endif
#include <SDL.h>