OctaCore/src/engine/worldio.hh

11 lines
192 B
C++
Raw Permalink 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();
2020-07-30 03:15:44 +02:00
bool load_world(const char *mname, const char *cname = nullptr);
2020-04-28 04:02:15 +02:00
#endif