Clean-up include dependencies
Files in irr namespace Also some spelling fixes git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6526 dfc29bdd-3216-0410-991c-e03cc46cb475
This commit is contained in:
@@ -53,7 +53,7 @@ namespace irr
|
||||
//! Stops the game timer.
|
||||
/** The timer is reference counted, which means everything which calls
|
||||
stopTimer() will also have to call startTimer(), otherwise the timer may not start/stop
|
||||
corretly again. */
|
||||
correctly again. */
|
||||
virtual void stop() IRR_OVERRIDE
|
||||
{
|
||||
os::Timer::stopTimer();
|
||||
@@ -62,7 +62,7 @@ namespace irr
|
||||
//! Starts the game timer.
|
||||
/** The timer is reference counted, which means everything which calls
|
||||
stopTimer() will also have to call startTimer(), otherwise the timer may not start/stop
|
||||
corretly again. */
|
||||
correctly again. */
|
||||
virtual void start() IRR_OVERRIDE
|
||||
{
|
||||
os::Timer::startTimer();
|
||||
|
Reference in New Issue
Block a user