Skip to content

Commit

Permalink
added submodule glfw
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGAzed committed Jun 20, 2024
1 parent a74a223 commit 823652d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
[submodule "external/nuklear"]
path = external/nuklear
url = [email protected]:Immediate-Mode-UI/Nuklear.git
[submodule "external/glfw"]
path = external/glfw
url = [email protected]:glfw/glfw.git
1 change: 1 addition & 0 deletions external/glfw
Submodule glfw added at b35641
11 changes: 11 additions & 0 deletions program/include/gui/screen.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#include <GL/glew.h>
#include <GLFW/glfw3.h>

#define NK_PRIVATE
#define NK_INCLUDE_FIXED_TYPES
#define NK_INCLUDE_STANDARD_IO
#define NK_INCLUDE_DEFAULT_ALLOCATOR
#define NK_INCLUDE_VERTEX_BUFFER_OUTPUT
#define NK_INCLUDE_FONT_BAKING
#define NK_INCLUDE_DEFAULT_FONT
#include <nuklear.h>
Empty file added program/source/gui/screen.c
Empty file.

0 comments on commit 823652d

Please sign in to comment.