]> git.tdb.fi Git - libs/demoscene.git/blobdiff - source/sequencer.cpp
Put everything in namespace Msp::DemoScene
[libs/demoscene.git] / source / sequencer.cpp
index 0297c4397ff254bf30d26d95a44f4ec7909a1122..5aa0823897749227b0a51b08bb44454da752fccb 100644 (file)
@@ -7,7 +7,9 @@
 #include "stage.h"
 
 using namespace std;
-using namespace Msp;
+
+namespace Msp {
+namespace DemoScene {
 
 Sequencer::Sequencer(float bpm):
        started(false),
@@ -194,3 +196,6 @@ void Sequencer::SegmentLoader::apply(const string &n)
 {
        obj.add_action(*get_item(obj.named_actions, n), start_beat, end_beat);
 }
+
+} // namespace DemoScene
+} // namespace Msp