mirror of
https://github.com/love2d/love.git
synced 2026-08-14 10:13:46 +02:00
Updated the new module changes to use more compile/link-time checking rather than runtime checking.
This commit is contained in:
@@ -41,11 +41,6 @@ namespace love
|
||||
namespace system
|
||||
{
|
||||
|
||||
System::System()
|
||||
{
|
||||
moduleType = M_SYSTEM;
|
||||
}
|
||||
|
||||
std::string System::getOS() const
|
||||
{
|
||||
#if defined(LOVE_MACOSX)
|
||||
|
||||
Reference in New Issue
Block a user