Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/module.cc')
-rw-r--r--src/core/module.cc8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/core/module.cc b/src/core/module.cc
index 18c318e..e6f2e9d 100644
--- a/src/core/module.cc
+++ b/src/core/module.cc
@@ -52,4 +52,12 @@ void Module::player_save(Player *player)
{
}
+void Module::game_load(core::Player *player, filesystem::IniFile & inifile)
+{
+}
+
+void Module::game_save(core::Player *player, std::ostream & os)
+{
+}
+
}