From 576bd27e11ec70bdbd1b9a644d2e227b57586337 Mon Sep 17 00:00:00 2001 From: iamcheeseman Date: Sun, 10 May 2026 00:28:14 -0400 Subject: i ain't splitting alla this up --- teensy/teensy_context.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 teensy/teensy_context.h (limited to 'teensy/teensy_context.h') diff --git a/teensy/teensy_context.h b/teensy/teensy_context.h new file mode 100644 index 0000000..056a0c2 --- /dev/null +++ b/teensy/teensy_context.h @@ -0,0 +1,12 @@ +#ifndef TEENSY_CONTEXT_H_ +#define TEENSY_CONTEXT_H_ + +#include "teensy_common.h" +#include "teensy_renderer.h" +#include "teensy.h" + +extern struct ty_ctx ctx; + +bool is_init(void); + +#endif // TEENSY_CONTEXT_H_ -- cgit v1.3-2-g0d8e