10 lines
192 B
C++
10 lines
192 B
C++
#ifndef ENGINE_WORLDIO_HH
|
|
#define ENGINE_WORLDIO_HH
|
|
|
|
#include <shared/tools.hh>
|
|
|
|
uint getmapcrc();
|
|
void clearmapcrc();
|
|
bool load_world(const char *mname, const char *cname = nullptr);
|
|
|
|
#endif
|