#ifndef PACMAN_POSITION_H #define PACMAN_POSITION_H #include struct Position { float x; float y; }; #endif //PACMAN_POSITION_H