foo
[retroray] / src / app.h
index 96e6659..52b5d96 100644 (file)
--- a/src/app.h
+++ b/src/app.h
@@ -20,6 +20,7 @@ along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 #include "sizeint.h"
 #include "logger.h"
+#include "scene.h"
 
 enum {
        KEY_ESC = 27,
@@ -72,6 +73,8 @@ extern struct font *uifont;
 
 extern uint32_t *framebuf;
 
+extern struct scene *scn;
+
 
 int app_init(void);
 void app_shutdown(void);