webCAMotion/CPP/GUI/core/core.structs.h

5 lines
109 B
C

#ifndef CORE_STRUCTS_H
#define CORE_STRUCTS_H
struct coordinate {int x; int y;};
#endif // CORE_STRUCTS_H