Vegastrike 0.5.1 rc1  1.0
Original sources for Vegastrike Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Scene.cpp
Go to the documentation of this file.
1 //
2 // C++ Implementation: Audio::Scene
3 //
4 
5 #include "Scene.h"
6 #include "config.h"
7 
8 namespace Audio {
9 
10  Scene::Scene(const std::string &nam) throw() :
11  name(nam)
12  {
13  }
14 
16  {
17  }
18 
19 };