mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-04 19:36:43 +03:00
7 lines
85 B
C
7 lines
85 B
C
#pragma once
|
|
|
|
#ifdef _WIN32
|
|
#pragma comment(lib, "SDL2.lib")
|
|
#endif
|
|
#include <SDL.h>
|