diff options
Diffstat (limited to 'source/game/StarRoot.hpp')
-rw-r--r-- | source/game/StarRoot.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/game/StarRoot.hpp b/source/game/StarRoot.hpp index 2079a5e..4659488 100644 --- a/source/game/StarRoot.hpp +++ b/source/game/StarRoot.hpp @@ -131,6 +131,8 @@ public: // the internal listener list. void registerReloadListener(ListenerWeakPtr reloadListener); + void hotReload(); + // Translates the given path to be relative to the configured storage // location. String toStoragePath(String const& path) const; |