diff options
author | Michael Pavone <pavone@retrodev.com> | 2017-11-24 12:04:02 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2017-11-24 12:04:02 -0800 |
commit | 27b829ffc447758832cbd7ab2f9b7e427928d687 (patch) | |
tree | 6e4b2b813b40dbfb9200b7a9e85719aa47f78f1c /io.c | |
parent | b21ebe75d412c72441be8a63c202641cc5ff4dfa (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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |