parent
f8ac620379
commit
f01d3a342f
|
|
@ -1,5 +1,11 @@
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
|
#ifndef __WIN32__
|
||||||
#include <sysexits.h>
|
#include <sysexits.h>
|
||||||
|
#else
|
||||||
|
#define EX_OK 0
|
||||||
|
#define EX_USAGE 64
|
||||||
|
#define EX_OSERR 71
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "motion.h"
|
#include "motion.h"
|
||||||
using namespace modules::motion;
|
using namespace modules::motion;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue