|
|
@@ -2,11 +2,13 @@
|
|
|
//**************** Copyright (c) 2016 Marko Pintera ([email protected]). All rights reserved. **********************//
|
|
|
#pragma once
|
|
|
|
|
|
-#include "BsPrerequisitesUtil.h"
|
|
|
-#include "BsDegree.h"
|
|
|
+#include "BsPlatformDefines.h"
|
|
|
+#include "BsRTTIPrerequisites.h"
|
|
|
|
|
|
namespace BansheeEngine
|
|
|
{
|
|
|
+ class Degree;
|
|
|
+
|
|
|
/** @addtogroup Math
|
|
|
* @{
|
|
|
*/
|
|
|
@@ -74,4 +76,4 @@ namespace BansheeEngine
|
|
|
/** @cond SPECIALIZATIONS */
|
|
|
BS_ALLOW_MEMCPY_SERIALIZATION(Radian);
|
|
|
/** @endcond */
|
|
|
-}
|
|
|
+}
|