mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-11 20:11:18 +03:00
8 lines
83 B
C
8 lines
83 B
C
#pragma once
|
|
|
|
#ifdef __linux__
|
|
#include <SDL2/SDL.h>
|
|
#else
|
|
#include <SDL.h>
|
|
#endif
|