pacman/lib/Position.hpp
2021-06-10 14:42:51 +02:00

9 lines
75 B
C++

#pragma once
#include <cmath>
struct Position {
float x;
float y;
};