2024-09-16 06:07:01 +00:00
|
|
|
#include "twn_engine_context_c.h"
|
|
|
|
|
2024-09-16 13:17:00 +00:00
|
|
|
/* internally there's only one context, but it gets type casted to game and engine variants based on which header is included */
|
|
|
|
/* engine parts should never mix twn_engine_context_c.h with twn_context.h */
|
2024-09-23 17:43:16 +00:00
|
|
|
EngineContext ctx = {0};
|