aboutsummaryrefslogtreecommitdiff
path: root/teensy/context.h
diff options
context:
space:
mode:
authoriamcheeseman <[email protected]>2026-05-08 19:30:44 -0400
committeriamcheeseman <[email protected]>2026-05-08 19:30:44 -0400
commit5625a8626fe303748b205c80f87035593cf2f561 (patch)
tree5e5a5adb6f1265358ae21ec47cd384362345df5a /teensy/context.h
Initial commit
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_