Browse Source

doc: make the snippet actually compile on ES.

pull/233/head
Vladimír Vondruš 8 years ago
parent
commit
1df20a8dc4
  1. 1
      doc/snippets/MagnumPlatform-portability.cpp

1
doc/snippets/MagnumPlatform-portability.cpp

@ -23,6 +23,7 @@
DEALINGS IN THE SOFTWARE.
*/
#include "Magnum/configure.h"
/* [application] */
#ifndef MAGNUM_TARGET_GLES
#include <Magnum/Platform/Sdl2Application.h>

Loading…
Cancel
Save