summaryrefslogtreecommitdiff
path: root/src/window.c
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2017-09-18 18:36:05 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2017-09-18 18:36:05 +0200
commitc253bf5e75796c462fe5e389c7e8f6040f826c0f (patch)
tree931192939e32acdf4986fdd23d10cd9a9d148c00 /src/window.c
parent74bda5b68088f08220cf3f1b9791e5900a6a9877 (diff)
add important headers, const ptrs and egg hatch start
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c
index 574b13aa0..164031bee 100644
--- a/src/window.c
+++ b/src/window.c
@@ -35,7 +35,7 @@ static void nullsub_8(void)
}
-bool16 InitWindows(struct WindowTemplate *templates)
+bool16 InitWindows(const struct WindowTemplate *templates)
{
int i;
void *bgTilemapBuffer;