townengine/src/twn_context.c

6 lines
266 B
C
Raw Normal View History

#include "twn_engine_context_c.h"
/* 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 */
t_engine_ctx ctx = {0};