diff io.c @ 1478:da1dce39e846 nuklear_ui

Refactored save slot related logic to reduce duplication and allow reuse in new UI. Get state loading/saving mostly working in new UI
author Michael Pavone <pavone@retrodev.com>
date Fri, 24 Nov 2017 12:04:02 -0800
parents 1cdd7f492af8
children 001120e91fed
line wrap: on
line diff
--- a/io.c	Wed Nov 22 11:18:36 2017 -0800
+++ b/io.c	Fri Nov 24 12:04:02 2017 -0800
@@ -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