module names and files should be capitalized
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include "windowModule.h"
|
||||
#include "WindowModule.h"
|
||||
|
||||
WindowModule::WindowModule(void* h, App& a) : Module(h, a) {
|
||||
name = "Window";
|
||||
|
||||
Reference in New Issue
Block a user