summaryrefslogtreecommitdiff
path: root/src/window.c
diff options
context:
space:
mode:
authorsceptillion <33798691+sceptillion@users.noreply.github.com>2017-12-20 07:55:09 -0800
committersceptillion <33798691+sceptillion@users.noreply.github.com>2017-12-20 07:55:09 -0800
commit791d5a48cc85e5bc93ad3a60ccfe11db76ea9f1e (patch)
tree8cafc8511ba37b17187e1b77317bd110b28ee197 /src/window.c
parent236f91e6f0e30197d44fa8352350f4cbf9218a59 (diff)
common symbols for window and text
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/window.c b/src/window.c
index 4f922084a..e760fc8e4 100644
--- a/src/window.c
+++ b/src/window.c
@@ -3,9 +3,8 @@
#include "malloc.h"
#include "bg.h"
-extern u8 gWindowClearTile;
-extern void* gWindowBgTilemapBuffers[];
-extern u32 gWindowTileAutoAllocEnabled;
+u8 gWindowClearTile;
+void *gWindowBgTilemapBuffers[4];
EWRAM_DATA struct Window gWindows[WINDOWS_MAX] = {0};