Browse Source

Include OpenGL headers instead of trying to be smart.

I hoped the typedef was the same everywhere, but apparently ES has
something else, which is typedef'd recursively and I don't want to
maintain the consequences when porting elsewhere.
pull/23/head
Vladimír Vondruš 13 years ago
parent
commit
429d5d46d7
  1. 5
      src/MeshView.h

5
src/MeshView.h

@ -29,12 +29,9 @@
*/
#include "Magnum.h"
#include "OpenGL.h"
#include "magnumVisibility.h"
#ifndef DOXYGEN_GENERATING_OUTPUT
typedef std::ptrdiff_t GLintptr;
#endif
namespace Magnum {
/**

Loading…
Cancel
Save