DSC Engine
Loading...
Searching...
No Matches
localizable.hpp
Go to the documentation of this file.
1
6#pragma once
7
9
10namespace DSC
11{
15 {
16 public:
21 virtual sf24 x() const = 0;
22
27 virtual sf24 y() const = 0;
28 };
29}
Abstract declaration of object dependent on its 2D position
Definition: localizable.hpp:15
virtual sf24 x() const =0
Get object x coordinate.
virtual sf24 y() const =0
Get object y coordinate.
24-bit (16.8) signed fixed floating point number
Definition: sf24.hpp:13
Signed Fixed 16:8 floating number definition.