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/shell/some_shell_commands.cc

    r9779 r9794  
    5252->completionPlugin(0, CompletorFileSystem());
    5353
    54 #include "loading/resource_manager.h"
    55 SHELL_COMMAND(debug, ResourceManager, debug);
     54#include "loading/new_resource_manager.h"
     55SHELL_COMMAND(debug, NewResourceManager, debug);
     56
     57
    5658#include "loading/load_param_class_description.h"
    5759SHELL_COMMAND_STATIC(printAll, LoadParamClassDescription, &LoadParamClassDescription::printAll)
     
    5961SHELL_COMMAND_STATIC(capture, LoadParamClassDescription, &LoadParamClassDescription::captureDescriptions)
    6062    ->defaultValues(true);
     63
     64#include "loading/game_loader.h"
     65SHELL_COMMAND(quit, GameLoader, stop)
     66    ->describe("quits the game")
     67    ->setAlias("orxoquit");
     68
Note: See TracChangeset for help on using the changeset viewer.