summaryrefslogtreecommitdiff
path: root/src/dungeon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dungeon.h')
-rw-r--r--src/dungeon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dungeon.h b/src/dungeon.h
index 2a178dd1..b5a81a59 100644
--- a/src/dungeon.h
+++ b/src/dungeon.h
@@ -5,7 +5,7 @@
extern "C" {
#endif
-extern void play_game();
+void play_game();
#ifdef __cplusplus
} // extern "C"