Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 28, 2007, 4:28:44 PM (17 years ago)
Author:
nicolape
Message:

Added audio test class

Location:
code/branches/audio/src/orxonox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/audio/src/orxonox/CMakeLists.txt

    r304 r327  
    66ADD_EXECUTABLE(../../bin/main ${SRC_FILES} ${INC_FILES})
    77
    8 TARGET_LINK_LIBRARIES(../../bin/main ${OGRE_LIBRARIES} ${OIS_LIBRARIES} loader )
     8TARGET_LINK_LIBRARIES(../../bin/main ${OGRE_LIBRARIES} ${OIS_LIBRARIES} loader audio)
    99
    1010INCLUDE_DIRECTORIES(..)
  • code/branches/audio/src/orxonox/orxonox.cc

    r304 r327  
    4141#include "xml/xmlParser.h"
    4242#include "loader/LevelLoader.h"
     43#include "audio/Ambient.h"
    4344
    4445
     
    190191      void createScene(void)
    191192      {
    192 
     193                                audio::Ambient* bgsound = new audio::Ambient();
     194                                       
    193195        string levelFile = "sp_level_moonstation.oxw";
    194196        loader::LevelLoader* loader = new loader::LevelLoader(levelFile);
     197       
     198       
     199       
    195200      }
    196201
Note: See TracChangeset for help on using the changeset viewer.