R-Type  2
Doom but in better
Loading...
Searching...
No Matches
Position.hpp
Go to the documentation of this file.
1#pragma once
2
10struct Position {
11 float X;
12 float Y;
13};
Represents the position of an entity in a 2D space.
Definition Position.hpp:10
float X
Definition Position.hpp:11
float Y
Definition Position.hpp:12