#ifndef _ERROR_H
#define _ERROR_H
void errorinit();
const char* errornamefromcode(unsigned int ErrorCode);
#endif //_ERROR_H