diff -r a05fc8256a3a -r 8a60250175ba src/mathfunctions.h --- a/src/mathfunctions.h Sun May 08 16:11:40 2016 +0300 +++ b/src/mathfunctions.h Sun May 08 16:26:16 2016 +0300 @@ -20,12 +20,11 @@ #include "main.h" -enum class RotationPoint +enum RotationPoint { ObjectOrigin, WorldOrigin, CustomPoint, - NumValues };