mirror of
https://github.com/love2d/love.git
synced 2026-08-14 01:20:56 +02:00
Rework internal module registration to happen in constructors.
This commit is contained in:
@@ -43,6 +43,11 @@ bool isHighDPIAllowed()
|
||||
return highDPIAllowed;
|
||||
}
|
||||
|
||||
Window::Window(const char *name)
|
||||
: Module(M_WINDOW, name)
|
||||
{
|
||||
}
|
||||
|
||||
Window::~Window()
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user