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