summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorCleverking2003 <30466983+Cleverking2003@users.noreply.github.com>2020-04-17 19:07:38 +0300
committerGitHub <noreply@github.com>2020-04-17 19:07:38 +0300
commitd458432e79744c8671b1e3ae31decad9366360cf (patch)
tree660387bbd8dde6213083e32bf916938f15b0b379 /main.c
parent346db6f14cfe889573d57ca494b96e8258ca84b4 (diff)
parentf88f463f88c68a80f46affd304297c78da4cb904 (diff)
Merge pull request #5 from ProjectRevoTPP/master
Disassemble arm9_thumb.
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;
-}