aboutsummaryrefslogtreecommitdiff
path: root/engines/cryomni3d/objects.h
AgeCommit message (Collapse)Author
2019-07-05CRYOMNI3D: Fix styleLe Philousophe
2019-06-30JANITORIAL/CRYOMNI3D: Fix warnings in MSVCLe Philousophe
Most of them were due to setting -1 to unsigned values Else it was bogus unintialized values
2019-06-23CRYOMNI3D: Fix warnings (#1699)Cameron Cawley
2019-06-01CRYOMNI3D: Rename unsigned int to uintLe Philousophe
2019-06-01CRYOMNI3D: Make objects functions names more consistentLe Philousophe
2019-06-01CRYOMNI3D: Add a function to deselect objectLe Philousophe
In original Versailles game, there is such a function used to determine if an object has just been deselected. We don't need it in this engine for now but who knows that will may come handy.
2019-06-01CRYOMNI3D: Add engine for Versailles 1685Le Philousophe