OctaCore/src/engine/worldio.hh

9 lines
161 B
C++
Raw Normal View History

2020-04-28 04:02:15 +02:00
#ifndef ENGINE_WORLDIO_HH
#define ENGINE_WORLDIO_HH
uint getmapcrc();
void clearmapcrc();
bool load_world(const char *mname, const char *cname = NULL);
#endif