k-observer/common/misc.h

19 lines
274 B
C
Raw Permalink Normal View History

2013-01-19 21:55:39 +00:00
#ifndef MISC_H_INCLUDED
#define MISC_H_INCLUDED
#include "UserInfo.h"
extern const float CONST_90_DEG;
extern const int CONST_SIGNAL_MESSAGE;
extern const std::string CONST_OK;
extern const int CONST_MAP_STATE_ALARM;
int check_func(int x);
#endif