Browse Source

fixed emsc build

dmuratshin 9 years ago
parent
commit
07427ea8dc
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/emscripten/ChannelEmscripten.h

+ 2 - 0
src/emscripten/ChannelEmscripten.h

@@ -18,6 +18,8 @@ namespace oxygine
         void stop();
         void stop();
         bool update();
         bool update();
 
 
+        void seek(int tm) {}
+
         Sound*  getSound() const;
         Sound*  getSound() const;
         float               getVolume() const;
         float               getVolume() const;
         float               getPitch() const;
         float               getPitch() const;