Browse Source

Platform: minor cleanup.

pull/77/head
Vladimír Vondruš 12 years ago
parent
commit
3174c4f7e5
  1. 6
      src/Magnum/Platform/AbstractXApplication.h
  2. 6
      src/Magnum/Platform/GlutApplication.h
  3. 6
      src/Magnum/Platform/Sdl2Application.h

6
src/Magnum/Platform/AbstractXApplication.h

@ -43,11 +43,7 @@
#include "Magnum/Math/Vector2.h"
#include "Magnum/Platform/Platform.h"
namespace Magnum {
class Context;
namespace Platform {
namespace Magnum { namespace Platform {
namespace Implementation {
template<class, class, class, class> class AbstractContextHandler;

6
src/Magnum/Platform/GlutApplication.h

@ -39,11 +39,7 @@
#include "Magnum/OpenGL.h"
#include <GL/freeglut.h>
namespace Magnum {
class Context;
namespace Platform {
namespace Magnum { namespace Platform {
/** @nosubgrouping
@brief GLUT application

6
src/Magnum/Platform/Sdl2Application.h

@ -42,11 +42,7 @@
#include <SDL.h>
#include <SDL_scancode.h>
namespace Magnum {
class Context;
namespace Platform {
namespace Magnum { namespace Platform {
/** @nosubgrouping
@brief SDL2 application

Loading…
Cancel
Save