Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/base/faction.h')
-rw-r--r--src/game/base/faction.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/game/base/faction.h b/src/game/base/faction.h
index 6f995dc..5469dad 100644
--- a/src/game/base/faction.h
+++ b/src/game/base/faction.h
@@ -91,6 +91,11 @@ public:
static Faction *find(const std::string & label);
+ /**
+ * @brief apply default reputation
+ * */
+ static void apply_default(core::Reputation & reputation);
+
private:
/* --- attributes ------------------------------------------------- */