Content


NTL
Core
ISystem

ISystem



Describes system/platform. You may access it via application getSystem().

You can find more information in comments below.

class ISystem
{
protected:
    PlatformType m_ePlatform;
    wchar_t m_sDirectorySeparator;
public:
    PlatformType const &Platform; // Platform information 
    wchar_t const &DirectorySeparator; // Directory separator(slash or backslash) 
};
Namespace: nitisa
Include: Nitisa/Interfaces/ISystem.h