diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-03-21 04:22:09 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-03-21 04:22:09 -0400 |
commit | 3432a970912dac94d9ba527f10f0354dcc396bf4 (patch) | |
tree | 0a22f4f8cef9cd11f2970f780b4d6c4991063848 /include/world.h | |
parent | 8dae5eeac2c6254bb8288c0479c193ab185a312f (diff) |
wip: dynamic font size loading stuff
Diffstat (limited to 'include/world.h')
-rw-r--r-- | include/world.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/world.h b/include/world.h index 553cd8d..3a2d445 100644 --- a/include/world.h +++ b/include/world.h @@ -511,4 +511,6 @@ World *loadWorldFromXML(std::string path); World *loadWorldFromXMLNoSave(std::string path); +World *loadWorldFromPtr( World *ptr ); + #endif // WORLD_H |