|
|
|
@ -28,7 +28,7 @@ |
|
|
|
* @brief Forward declarations for Magnum namespace |
|
|
|
* @brief Forward declarations for Magnum namespace |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
#include <corradeConfigure.h> |
|
|
|
#include <Utility/Utility.h> |
|
|
|
|
|
|
|
|
|
|
|
#include "Math/Math.h" |
|
|
|
#include "Math/Math.h" |
|
|
|
#include "Types.h" |
|
|
|
#include "Types.h" |
|
|
|
@ -38,14 +38,6 @@ |
|
|
|
typedef unsigned int GLenum; /* Needed for *Format and *Type enums */ |
|
|
|
typedef unsigned int GLenum; /* Needed for *Format and *Type enums */ |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
namespace Corrade { |
|
|
|
|
|
|
|
namespace Utility { |
|
|
|
|
|
|
|
class Debug; |
|
|
|
|
|
|
|
class Warning; |
|
|
|
|
|
|
|
class Error; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
namespace Magnum { |
|
|
|
namespace Magnum { |
|
|
|
|
|
|
|
|
|
|
|
/** @todoc Remove `ifndef` when Doxygen is sane again */ |
|
|
|
/** @todoc Remove `ifndef` when Doxygen is sane again */ |
|
|
|
|