summaryrefslogtreecommitdiff
path: root/src/tables.hpp
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2017-05-02 19:20:57 +0200
committerBardur Arantsson <bardur@scientician.net>2017-05-02 19:20:57 +0200
commita40e1d524849e22edf2fb65b5c2fedbe47a59b81 (patch)
tree7b2ec44c6c361db29b72afd0d66e7f04c447097f /src/tables.hpp
parentca47ccdc66d252e0b5791112cac4042e86cefc89 (diff)
Remove redundant "extern" on function declarations
Diffstat (limited to 'src/tables.hpp')
-rw-r--r--src/tables.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tables.hpp b/src/tables.hpp
index 58dfaae2..613dbddb 100644
--- a/src/tables.hpp
+++ b/src/tables.hpp
@@ -63,7 +63,7 @@ extern tactic_info_type tactic_info[9];
extern activation activation_info[MAX_T_ACT];
extern inscription_info_type inscription_info[MAX_INSCRIPTIONS];
extern cptr sense_desc[];
-extern std::vector<flags_group> const &flags_groups();
+std::vector<flags_group> const &flags_groups();
extern power_type powers_type[POWER_MAX];
extern cptr artifact_names_list;
extern monster_power monster_powers[MONSTER_POWERS_MAX];