summaryrefslogtreecommitdiff
path: root/io.c
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2017-11-24 12:04:02 -0800
committerMichael Pavone <pavone@retrodev.com>2017-11-24 12:04:02 -0800
commit27b829ffc447758832cbd7ab2f9b7e427928d687 (patch)
tree6e4b2b813b40dbfb9200b7a9e85719aa47f78f1c /io.c
parentb21ebe75d412c72441be8a63c202641cc5ff4dfa (diff)
Refactored save slot related logic to reduce duplication and allow reuse in new UI. Get state loading/saving mostly working in new UI
--HG-- branch : nuklear_ui
Diffstat (limited to 'io.c')
-rw-r--r--io.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/io.c b/io.c
index 22881c1..8cdb249 100644
--- a/io.c
+++ b/io.c
@@ -23,6 +23,7 @@
#include "render.h"
#include "util.h"
#include "menu.h"
+#include "saves.h"
#ifndef DISABLE_NUKLEAR
#include "nuklear_ui/blastem_nuklear.h"
#endif