]> git.tdb.fi Git - libs/demoscene.git/blobdiff - source/resources.h
Put everything in namespace Msp::DemoScene
[libs/demoscene.git] / source / resources.h
index 63dee766967164a36ae676c20fbbf54be9665bea..bb86933e39b7ebaf734f983d17ee5bddaf42f09b 100644 (file)
@@ -7,6 +7,9 @@
 #include <msp/gl/resources.h>
 #include <msp/gl/technique.h>
 
+namespace Msp {
+namespace DemoScene {
+
 class Resources: public Msp::GL::Resources
 {
 private:
@@ -24,4 +27,7 @@ public:
        void set_ui_text_resources(const std::string &, const std::string &);
 };
 
+} // namespace DemoScene
+} // namespace Msp
+
 #endif