Browse Source

Platform: document the intention better.

pull/34/head
Vladimír Vondruš 13 years ago
parent
commit
2ddcfcba52
  1. 3
      src/Platform/GlutApplication.h

3
src/Platform/GlutApplication.h

@ -32,8 +32,9 @@
#include "Math/Vector2.h"
#include "Magnum.h"
#include "OpenGL.h"
/* We must include our own GL headers first to avoid conflicts */
#include "OpenGL.h"
#include <GL/freeglut.h>
namespace Magnum {

Loading…
Cancel
Save