diff options
author | 3gg <3gg@shellblade.net> | 2024-07-13 10:52:24 -0700 |
---|---|---|
committer | 3gg <3gg@shellblade.net> | 2024-07-13 10:52:24 -0700 |
commit | a4294e4a94189dffb1fdf99c9a60d87d77272926 (patch) | |
tree | 2e92f7c95116861bc39f4dae1d0ab5d388550000 /src/uiLibrary.c | |
parent | cf9579d7546c04dbc708bd8719e3f935a28088bd (diff) |
Restructure project.
Diffstat (limited to 'src/uiLibrary.c')
-rw-r--r-- | src/uiLibrary.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/uiLibrary.c b/src/uiLibrary.c new file mode 100644 index 0000000..fbacdcc --- /dev/null +++ b/src/uiLibrary.c | |||
@@ -0,0 +1,3 @@ | |||
1 | #include "uiLibrary.h" | ||
2 | |||
3 | uiLibrary g_ui = {0}; | ||