location helper functions for camera work

This commit is contained in:
2025-02-10 13:34:42 -06:00
parent f94abd3575
commit f24283e0e2
3 changed files with 141 additions and 0 deletions

View File

@@ -80,6 +80,9 @@ extern bool cur_scen_is_mac;
short specials_res_id;
char start_name[256];
// This is just to make location.hpp compile, and represents nothing:
location center;
static void process_args(int argc, char* argv[]) {
preprocess_args(argc, argv);
clara::Args args(argc, argv);