From 5625a8626fe303748b205c80f87035593cf2f561 Mon Sep 17 00:00:00 2001 From: iamcheeseman Date: Fri, 8 May 2026 19:30:44 -0400 Subject: Initial commit --- teensy/context.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 teensy/context.h (limited to 'teensy/context.h') 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_ -- cgit v1.3-2-g0d8e