diff options
author | zlago | 2024-10-26 20:18:41 +0200 |
---|---|---|
committer | zlago | 2024-10-26 20:21:59 +0200 |
commit | d44d411e0eb3800ed883374b29c2863e1a863735 (patch) | |
tree | 05721dbc8bc1df747179fcb62120a009f23d86a3 /src/main.h | |
parent | b12606899c98d7fc7a120c2b79797b5c45283ad2 (diff) |
move save file code to a separate file
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h index 88e1c13..ecd8250 100644 --- a/src/main.h +++ b/src/main.h @@ -30,3 +30,4 @@ extern char *save_file_name; void entities_free(struct entities *entities); int entities_load(struct entities *entities, char *data, size_t size, size_t input_bytes); +int game_load_level(char *level); |