Browse Source

Explicitly use Magnum::Math::Literals namespace.

pull/157/head
Vladimír Vondruš 10 years ago
parent
commit
b5816196c0
  1. 1
      doc/generated/hello.cpp
  2. 1
      doc/generated/shaders.cpp

1
doc/generated/hello.cpp

@ -31,6 +31,7 @@
#include <Magnum/Platform/Sdl2Application.h>
using namespace Magnum;
using namespace Magnum::Math::Literals;
class Hello: public Platform::Application {
public:

1
doc/generated/shaders.cpp

@ -67,6 +67,7 @@
#include "configure.h"
using namespace Magnum;
using namespace Magnum::Math::Literals;
struct ShaderVisualizer: Platform::WindowlessApplication {
using Platform::WindowlessApplication::WindowlessApplication;

Loading…
Cancel
Save