Browse Source

doc: Missing include in Getting Started Guide.

And unfortunately this one spits out insanely large compiler error.
Sorry!
pull/51/head
Vladimír Vondruš 12 years ago
parent
commit
99c0ec7195
  1. 1
      doc/getting-started.dox

1
doc/getting-started.dox

@ -164,6 +164,7 @@ First include the needed headers:
#include <Magnum/Color.h>
#include <Magnum/Context.h>
#include <Magnum/Renderer.h>
#include <Magnum/Version.h>
@endcode
And in the constructor (which is currently empty) change the clear color and

Loading…
Cancel
Save