This website works better with JavaScript.
Home
Explore
Help
Sign In
er1n
/
zinnia
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
move gui stuff to src/gui/
master
gradient
8 years ago
parent
77d269e8e4
commit
8025c27ed9
5 changed files
with
187 additions
and
173 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+42
-31
src/gui/gui.cpp
+12
-9
src/gui/gui.h
+1
-1
src/main.cpp
src/gui.cpp → src/gui/gui.cpp
View File
src/gui.h → src/gui/gui.h
View File
+ 1
- 1
src/main.cpp
View File
@ -7,8 +7,8 @@
#
include
<GL/gl3w.h>
#
include
<GLFW/glfw3.h>
#
include
"gui.h"
#
include
"geom.h"
#
include
"gui/gui.h"
#
include
"state.h"
#
include
"notify.h"
Write
Preview
Loading…
Cancel
Save