1 2 3 4 5 6 7 8 9 10
#ifndef CONTEXT_H_ #define CONTEXT_H_ #include "common.h" #include "renderer.h" #include "teensy.h" extern struct ty_ctx ctx; #endif // CONTEXT_H_