Assemberist / cppRpg

0 stars 0 forks source link

What to do with coordinate calculation #6

Closed Assemberist closed 1 year ago

Assemberist commented 2 years ago

Object has 2 coordinates (X and Y). Part of functions required only coordinates without object. Also they can be moved in struct aka point.

Assemberist commented 1 year ago

All parts that required for presetation of an object will be moved out from object class to his new parent drawable_object. It will e done in scope of #29.