#ifndef LOTOSTATEK_POSITION_H #define LOTOSTATEK_POSITION_H struct Position { int x; int y; }; #endif //LOTOSTATEK_POSITION_H