OctaCore/src/engine/command.hh

17 lines
317 B
C++
Raw Normal View History

2020-06-10 02:10:22 +02:00
#ifndef ENGINE_COMMAND_HH
#define ENGINE_COMMAND_HH
#include <shared/tools.hh>
#include <shared/command.hh>
extern hashnameset<ident> idents;
extern int identflags;
void clearoverrides();
2020-07-30 03:15:44 +02:00
void writecfg(const char *name = nullptr);
2020-06-10 02:10:22 +02:00
void checksleep(int millis);
void clearsleep(bool clearoverrides = true);
#endif