yet another api rework, removal of integer types in public api, optionals at the end, some cleaning
This commit is contained in:
@ -29,7 +29,7 @@ typedef struct EngineContext {
|
||||
/* where the app was run from, used as the root for packs */
|
||||
char *base_dir;
|
||||
|
||||
Vec2i window_dims;
|
||||
Vec2 window_dims;
|
||||
|
||||
/* configuration */
|
||||
toml_table_t *config_table;
|
||||
|
Reference in New Issue
Block a user