Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6402 in orxonox.OLD for branches/network/src/Makefile.am


Ignore:
Timestamp:
Jan 3, 2006, 11:04:50 PM (19 years ago)
Author:
patrick
Message:

network: more modularity for the GameWorld: data and process are now totaly separated from each other, as it should be. Now I will do some magic on the MultiPlayerWorld, see if it works :D

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/Makefile.am

    r6363 r6402  
    4848                  story_entities/story_entity.cc \
    4949                  story_entities/campaign.cc \
     50                  story_entities/campaign_data.cc \
    5051                  story_entities/game_world.cc \
     52                  story_entities/game_world_data.cc \
    5153                  story_entities/single_player_world.cc \
    5254                  story_entities/multi_player_world.cc \
     
    9799                 story_entities/story_def.h \
    98100                 story_entities/campaign.h \
     101                 story_entities/campaign_data.h \
    99102                 story_entities/game_world.h \
     103                 story_entities/game_world_data.h \
    100104                 story_entities/single_player_world.h \
    101105                 story_entities/multi_player_world.h \
Note: See TracChangeset for help on using the changeset viewer.