aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authornathansmithsmith <thenathansmithsmith@gmail.com>2023-07-02 21:20:23 -0600
committernathansmithsmith <thenathansmithsmith@gmail.com>2023-07-02 21:20:23 -0600
commite6fb000c6874874d50d94eee4b1c8e889f6791f1 (patch)
treec8b402ed75a19684603573abb9a813ce8a525c24 /src/main.c
first commit
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
new file mode 100644
index 0000000..a17c709
--- /dev/null
+++ b/src/main.c
@@ -0,0 +1,7 @@
+#include "gameCommon.h"
+#include "game.h"
+
+int main(int argc, char ** argv) {
+ puts("hihi");
+ return 0;
+}