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, 10 insertions, 0 deletions
diff --git a/teensy/context.h b/teensy/context.h
new file mode 100644
index 0000000..0bdc5f9
--- /dev/null
+++ b/teensy/context.h
@@ -0,0 +1,10 @@
+#ifndef CONTEXT_H_
+#define CONTEXT_H_
+
+#include "common.h"
+#include "renderer.h"
+#include "teensy.h"
+
+extern struct ty_ctx ctx;
+
+#endif // CONTEXT_H_