summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorMartmists <martmists@gmail.com>2020-04-22 13:57:09 +0200
committerMartmists <martmists@gmail.com>2020-04-22 13:57:09 +0200
commit9b3107c478c9f39c17ef4171c9c5330adcb1385a (patch)
treee63d60215b5ba9405d7aeb3322873d26c5f03cc1 /main.c
parentdcdf58739922de3b3bbc828f46e36b83f53c52a0 (diff)
parent5ee605688aaea7fe6b4573dc2ce5ce24cd671855 (diff)
Merge branch 'master' into os_lib
Diffstat (limited to 'main.c')
-rw-r--r--main.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/main.c b/main.c
deleted file mode 100644
index 17e69b3d..00000000
--- a/main.c
+++ /dev/null
@@ -1,7 +0,0 @@
-// Just includes for now so CLion sees the files
-#include "structs/structs.h"
-#include "nitro/nitro.h"
-
-void main() {
- int x = NULL;
-}