summaryrefslogtreecommitdiff
path: root/src/background.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/background.h')
-rw-r--r--src/background.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/background.h b/src/background.h
index def5923..c0c078a 100644
--- a/src/background.h
+++ b/src/background.h
@@ -1,3 +1,5 @@
#pragma once
+#include "game.h"
+void background_update(Game *g);
void background_draw(void);