begin work on window module
This commit is contained in:
11
modules/Window/src/WindowModule.cpp
Normal file
11
modules/Window/src/WindowModule.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "windowModule.h"
|
||||
|
||||
WindowModule::WindowModule(void* h, App& a) : Module(h, a) {
|
||||
name = "Window";
|
||||
}
|
||||
|
||||
WindowModule::~WindowModule() {}
|
||||
|
||||
void WindowModule::run() {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user