OctaCore/src/engine/worldio.hh

11 lines
189 B
C++
Raw Normal View History

2020-04-28 04:02:15 +02:00
#ifndef ENGINE_WORLDIO_HH
#define ENGINE_WORLDIO_HH
2020-07-29 05:20:21 +02:00
#include <shared/tools.hh>
2020-04-28 04:02:15 +02:00
uint getmapcrc();
void clearmapcrc();
bool load_world(const char *mname, const char *cname = NULL);
#endif