Skip to content

Commit

Permalink
Initial upload
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiaisgro committed Sep 4, 2017
1 parent 3263d96 commit 1cb743d
Show file tree
Hide file tree
Showing 32 changed files with 13,617 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compile.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
g++ src/*.cpp -std=c++11 -Llib/win32/ -Iinclude/ -lopengl32 -lgdi32 -lglfw3 -o bin/main.exe
pause
2 changes: 2 additions & 0 deletions compile.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
g++ src/*.cpp -std=c++11 -Llib/win32/ -Iinclude/ -lGL -lX11 -lglfw3 -o bin/main

3,621 changes: 3,621 additions & 0 deletions include/GL/glcorearb.h

Large diffs are not rendered by default.

Loading

0 comments on commit 1cb743d

Please sign in to comment.