Commit 4997e7d7 authored by hybrid's avatar hybrid

Improved binary loader, cleaned up some more things.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@942 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 658ca725
This diff is collapsed.
...@@ -132,7 +132,10 @@ private: ...@@ -132,7 +132,10 @@ private:
//! if there is one //! if there is one
bool readHeadOfDataObject(core::stringc* outname=0); bool readHeadOfDataObject(core::stringc* outname=0);
//! checks for one following semicolons, returns false if they are not there //! checks for closing curly brace, returns false if not there
bool checkForClosingBrace();
//! checks for one following semicolons, returns false if not there
bool checkForOneFollowingSemicolons(); bool checkForOneFollowingSemicolons();
//! checks for two following semicolons, returns false if they are not there //! checks for two following semicolons, returns false if they are not there
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment