mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-23 20:09:46 +03:00
9 lines
127 B
C
9 lines
127 B
C
#pragma once
|
|
|
|
#ifdef _WIN32
|
|
#pragma comment(lib, "SDL2.lib")
|
|
#include <SDL_opengl.h>
|
|
#else
|
|
#include <SDL2/SDL_opengl.h>
|
|
#endif
|