Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 18, 2008, 1:28:08 AM (16 years ago)
Author:
landauf
Message:

changed some parts of InGameConsole to make it work with Shell, but I couldn't test it yet as there seems to be a bug in InputBuffer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/console/src/core/Shell.h

    r1313 r1317  
    7979                { return this->inputBuffer_.get(); }
    8080
    81             inline std::list<std::string>::const_iterator getNewestLineIterator() const;
    82             inline std::list<std::string>::const_iterator getEndIterator() const;
     81            std::list<std::string>::const_iterator getNewestLineIterator() const;
     82            std::list<std::string>::const_iterator getEndIterator() const;
    8383
    8484            void addLine(const std::string& line, unsigned int level);
Note: See TracChangeset for help on using the changeset viewer.