Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 26, 2009, 2:28:24 AM (15 years ago)
Author:
landauf
Message:

Added forward declarations to OrxonoxPrereqs.h.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/objects/pickup/PickupInventory.cc

    r3076 r3079  
    3333#include "UsableItem.h"
    3434
    35 #include "core/CoreIncludes.h"
    3635#include "core/ConsoleCommand.h"
    3736#include "core/input/InputManager.h"
     
    5049namespace orxonox
    5150{
    52     orxonox::ConsoleCommand& function_PickupInventory_ToggleInventory_0 =
    53         orxonox::CommandExecutor::addConsoleCommandShortcut(orxonox::createConsoleCommand(orxonox::createFunctor(&PickupInventory::toggleInventory), "toggleInventory"), true);
     51    SetConsoleCommandShortcut(PickupInventory, toggleInventory);
    5452
    5553    PickupInventory* PickupInventory::pickupInventory_s = NULL;
     
    8381    }
    8482
    85    
     83
    8684
    8785    void PickupInventory::toggleInventory()
     
    303301
    304302    void PickupInventory::createItemWindows(CEGUI::WindowManager* winMgr, const std::string& id, int x, int y)
    305     { 
     303    {
    306304        if(!winMgr) { return; }
    307305
Note: See TracChangeset for help on using the changeset viewer.