summaryrefslogtreecommitdiff
path: root/include/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/state.h')
-rw-r--r--include/state.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/state.h b/include/state.h
index 92ed132..8168535 100644
--- a/include/state.h
+++ b/include/state.h
@@ -10,6 +10,8 @@ typedef struct {
bool run;
bool gcUnload;
int lineSpacing; /* We need to store copy here since raylib has it in static. */
+ Vector2 mouseOffset;
+ Vector2 mouseScale;
lua_State* luaState;
Vector2 resolution;
int logLevelInvalid;