pacman/lib/Position.hpp
2021-06-16 09:58:19 +02:00

6 lines
57 B
C++

#pragma once
struct Position {
float x;
float y;
};