[client] rename state to g_state

This commit is contained in:
Geoffrey McRae
2021-01-04 12:06:54 +11:00
parent 6878eee40a
commit f7d7fbdb73
3 changed files with 290 additions and 290 deletions

View File

@@ -215,5 +215,5 @@ struct CursorState
};
// forwards
extern struct AppState state;
extern struct AppState g_state;
extern struct AppParams params;