Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7283 in orxonox.OLD for trunk/src/story_entities/game_world.h


Ignore:
Timestamp:
Apr 13, 2006, 7:15:37 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: thread for audio, and 'is' to 'b'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/story_entities/game_world.h

    r7131 r7283  
    1010#include "story_entity.h"
    1111#include "game_world_data.h"
     12
     13#include <SDL_thread.h>
    1214
    1315class Shell;
     
    5456    static void toggleBVVisibility();
    5557
    56 
     58    static int createAudioThread(void* GameWorld);
    5759
    5860
     
    7880
    7981  protected:
     82    SDL_Thread*         audioThread;
    8083    GameWorldData*      dataTank;                     //!< reference to the GameWorld Data Tank
    8184    TiXmlElement*       dataXML;                      //!< The XML-Element this World has been loaded with.
Note: See TracChangeset for help on using the changeset viewer.