mirror of
https://github.com/luanti-org/luanti.git
synced 2025-12-14 19:18:29 +01:00
Remove irr namespace (#16309)
This commit is contained in:
@@ -7,8 +7,6 @@
|
||||
#include "ITimer.h"
|
||||
#include "os.h"
|
||||
|
||||
namespace irr
|
||||
{
|
||||
//! Device independent implementation of the timer
|
||||
class CTimer : public ITimer
|
||||
{
|
||||
@@ -92,5 +90,3 @@ public:
|
||||
os::Timer::tick();
|
||||
}
|
||||
};
|
||||
|
||||
} // end namespace
|
||||
|
||||
Reference in New Issue
Block a user