summary refs log tree commit diff
path: root/src/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h1
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);