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/orxonox/OrxonoxPrereqs.h

    r733 r777  
    2727
    2828/**
    29  @file  OrxonoxPrereq.h
     29 @file  OrxonoxPrereqs.h
    3030 @brief Contains all the necessary forward declarations for all classes and structs.
    3131 */
     
    9494}
    9595
    96 namespace audio {
    97   class AudioBuffer;
    98   class AudioManager;
    99   class AudioSource;
    100   class AudioStream;
    101 }
    102 
    103 namespace network {
    104   class Client;
    105   class ClientConnection;
    106   class ClientFrameListener;
    107   class ClientInformation;
    108   class ConnectionManager;
    109   class GameStateClient;
    110   class GameStateManager;
    111   class PacketBuffer;
    112   class PacketDecoder;
    113   class PacketGenerator;
    114   class Server;
    115   class ServerFrameListener;
    116   class Synchronisable;
    117   struct ack;
    118   struct chat;
    119   struct classid;
    120   struct ClientList;
    121   struct GameState;
    122   struct GameStateCompressed;
    123   struct keyboard;
    124   struct mouse;
    125   struct PacketEnvelope;
    126   struct QueueItem;
    127   struct synchData;
    128   struct synchronisableVariable;
    129 
    130 }
    13196
    13297#endif /* _OrxonoxPrereqs_H__ */
Note: See TracChangeset for help on using the changeset viewer.