Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 24, 2016, 3:52:07 PM (8 years ago)
Author:
binderm
Message:

tried consoleCommand, doesn't work yet. Please have a look;)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/bindermFS16/src/orxonox/overlays/GUISheet.cc

    r9667 r11150  
    3333#include "core/XMLPort.h"
    3434#include "core/GameMode.h"
     35#include "core/command/ConsoleCommandIncludes.h"
    3536
    3637namespace orxonox
    3738{
     39
     40
    3841    RegisterClass(GUISheet);
     42
    3943
    4044    GUISheet::GUISheet(Context* context)
     
    9599        // Note: This call has no effect when already showing!
    96100    }
     101
    97102}
Note: See TracChangeset for help on using the changeset viewer.