OSDN Git Service

Put prototypes inside include guard.
authorEric Branlund <ebranlund@fastmail.com>
Mon, 15 Jun 2020 05:53:53 +0000 (22:53 -0700)
committerHourier <hourier@users.sourceforge.jp>
Sat, 20 Jun 2020 05:05:45 +0000 (14:05 +0900)
src/main/init.h

index 36a9283..8fce2bd 100644 (file)
 #include "system/angband.h"
 #include "info-reader/info-reader-util.h"
 
-#endif /* INCLUDED_INIT_H */
-
 void init_angband(player_type *player_ptr, void(*process_autopick_file_command)(char*));
 concptr get_check_sum(void);
 void init_file_paths(char *path);
 errr init_v_info(void);
 errr init_buildings(void);
+
+#endif /* INCLUDED_INIT_H */