diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-17 17:48:20 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-17 17:48:20 -0400 |
commit | d83b036b88c87375f616bfd5debfe28901518a98 (patch) | |
tree | 313f93afb1afc58c88f79fb911391cf170423491 /main.c | |
parent | 0b7e7a99731b15a381e922260cd7f3718c5beec0 (diff) | |
parent | d458432e79744c8671b1e3ae31decad9366360cf (diff) |
Merge branch 'master' into finish_header
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 7 |
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; -} |