Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 31, 2005, 1:13:27 PM (18 years ago)
Author:
patrick
Message:

network: inlined some functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/story_entities/multi_player_world.cc

    r6365 r6366  
    2323#include "fast_factory.h"
    2424#include "factory.h"
     25
     26
     27#include "shell_command.h"
     28#include "resource_manager.h"
     29#include "state.h"
     30
     31#include "game_loader.h"
     32#include "glmenu_imagescreen.h"
     33
     34#include "p_node.h"
     35#include "world_entity.h"
     36#include "player.h"
     37#include "camera.h"
     38#include "environment.h"
     39#include "terrain.h"
     40
     41
    2542
    2643
     
    92109}
    93110
     111
     112
     113
     114/**
     115 *  loads the GameWorld by initializing all resources, and set their default values.
     116 */
     117ErrorMessage MultiPlayerWorld::load()
     118{}
Note: See TracChangeset for help on using the changeset viewer.