mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-21 22:04:06 -06:00
18 lines
254 B
Text
18 lines
254 B
Text
uses
|
|
VirtualGui,
|
|
GLDraw;
|
|
|
|
library(POSIX) "SDL2 SDL2main GL";
|
|
|
|
library(WIN32 MSC) "SDL2.lib SDL2main.lib OpenGL32.lib";
|
|
|
|
library(WIN32 GCC) "SDL2.lib SDL2main.lib opengl32";
|
|
|
|
file
|
|
SDL2GL.h,
|
|
Window.cpp,
|
|
Draw.cpp,
|
|
Keys.cpp,
|
|
Event.cpp,
|
|
Cursor.cpp;
|
|
|