Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 28, 2007, 6:17:23 PM (16 years ago)
Author:
nicolape
Message:

Added AudioObject Class

File:
1 edited

Legend:

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

    r334 r338  
    11PROJECT(Orxonox)
    22
    3 SET(SRC_FILES Ambient.cc)
    4 SET(INC_FILES Ambient.h)
     3SET(SRC_FILES
     4        Ambient.cc
     5        AudioObject.cc
     6)
     7SET(INC_FILES
     8        Ambient.h
     9        AudioObject.h
     10)
    511
    612
Note: See TracChangeset for help on using the changeset viewer.