#ifndef CONTEXT_H_ #define CONTEXT_H_ #include "common.h" #include "renderer.h" #include "teensy.h" extern struct ty_ctx ctx; #endif // CONTEXT_H_