Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 20, 2008, 7:49:26 PM (16 years ago)
Author:
rgrieder
Message:

merged input branch into gui test branch (was about time)
svn save (it's still a mess and CMLs haven't been updated)
I'll have to create a special project to create the tolua_bind files for tolua itself anyway..

Location:
code/branches/gui
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/gui

  • code/branches/gui/src/core/Shell.h

    r1535 r1638  
    7171            void unregisterListener(ShellListener* listener);
    7272
    73             void setInputBuffer(InputBuffer* buffer);
    7473            inline InputBuffer& getInputBuffer()
    7574                { return (*this->inputBuffer_); }
     
    105104            Shell();
    106105            Shell(const Shell& other);
    107             virtual ~Shell() {}
     106            virtual ~Shell();
     107
     108            void configureInputBuffer();
    108109
    109110            void addToHistory(const std::string& command);
Note: See TracChangeset for help on using the changeset viewer.