Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 31, 2007, 7:40:23 PM (16 years ago)
Author:
rgrieder
Message:
  • added dll support to the network library
  • improved header file dependency in network
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/audio/AudioPrereqs.h

    r730 r777  
    2727
    2828/**
    29  @file  OrxonoxPrereq.cc
     29 @file  AudioPrereqs.h
    3030 @brief Contains all the necessary forward declarations for all classes, structs and enums.
    3131 */
     
    5959// Forward declarations
    6060//-----------------------------------------------------------------------
    61 namespace loader {
    62   class LevelAudio;
     61namespace audio
     62{
     63  class AudioBuffer;
     64  class AudioManager;
     65  class AudioSource;
     66  class AudioStream;
    6367}
    6468
Note: See TracChangeset for help on using the changeset viewer.