diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2020-04-12 17:17:21 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2020-04-12 17:17:21 -0400 |
commit | f2052ca8ef06f858037d6657b377197dd8772f4c (patch) | |
tree | da8148e532f6cfd49f8cd96fd563c726161f89e5 /main.c | |
parent | 41fa994a86914812d866f4822c0f55a6ed073c39 (diff) |
more work
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; -} |