From a40e1d524849e22edf2fb65b5c2fedbe47a59b81 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Tue, 2 May 2017 19:20:57 +0200 Subject: Remove redundant "extern" on function declarations --- src/dungeon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dungeon.h') 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" -- cgit v1.2.1