]> Dogcows Code - chaz/yoink/blobdiff - src/moof/sound.hh
mesh and other random adjustments
[chaz/yoink] / src / moof / sound.hh
index e9d4bcf4f12820a8bd09cceb3f62f9bbefd74d16..f920f49daf16804e735424fea855b4b207b38a03 100644 (file)
@@ -27,6 +27,9 @@
 namespace moof {
 
 
+class script;
+
+
 class sound
 {
 public:
@@ -38,7 +41,6 @@ public:
        void enqueue(const std::string& name);
 
        void play();
-       void stream();
        void stop();
        void pause();
        void rewind();
@@ -58,6 +60,7 @@ public:
        static void listener_orientation(const vector3& forward,
                                                                         const vector3& up);
 
+       static void import(script& script, const std::string& nspace = "");
 
 private:
 
This page took 0.017079 seconds and 4 git commands to generate.