From 83c9d657773fa4f829b533791697ed07e0d9d962 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Mon, 11 Jul 2011 19:33:27 +0000 Subject: Initial support for saving player data in multiplayer games, have ships remember their docks and spawns. --- src/core/module.cc | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/core/module.cc') diff --git a/src/core/module.cc b/src/core/module.cc index 6271331..18c318e 100644 --- a/src/core/module.cc +++ b/src/core/module.cc @@ -44,4 +44,12 @@ void Module::abort() module_running = false; } +void Module::player_load(Player *player) +{ +} + +void Module::player_save(Player *player) +{ +} + } -- cgit v1.2.3