aboutsummaryrefslogtreecommitdiff
path: root/teensy/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'teensy/context.h')
-rw-r--r--teensy/context.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/teensy/context.h b/teensy/context.h
deleted file mode 100644
index 0bdc5f9..0000000
--- a/teensy/context.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef CONTEXT_H_
-#define CONTEXT_H_
-
-#include "common.h"
-#include "renderer.h"
-#include "teensy.h"
-
-extern struct ty_ctx ctx;
-
-#endif // CONTEXT_H_