Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 23, 2006, 6:39:32 PM (18 years ago)
Author:
bensch
Message:

slight change in the make process

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/lib/util/loading/game_loader.cc

    r9727 r9794  
    2222
    2323#include "debug.h"
    24 #include "shell_command.h"
    2524#include "campaign.h"
    2625
     
    3029
    3130ObjectListDefinition(GameLoader);
    32 
    33 
    34 SHELL_COMMAND(quit, GameLoader, stop)
    35 ->describe("quits the game")
    36 ->setAlias("orxoquit");
    37 
    3831
    3932GameLoader* GameLoader::singletonRef = NULL;
Note: See TracChangeset for help on using the changeset viewer.