add TestNotCurses
This commit is contained in:
17
modules/examples/TestNotCurses/src/TestNotCurses.cpp
Normal file
17
modules/examples/TestNotCurses/src/TestNotCurses.cpp
Normal file
@@ -0,0 +1,17 @@
|
||||
#include "TestNotCurses.h"
|
||||
|
||||
TestNotCurses::TestNotCurses(Archimedes::App* a, void* h) : Archimedes::Module(a, h) {
|
||||
name = "TestNotCurses";
|
||||
}
|
||||
|
||||
TestNotCurses::~TestNotCurses() {
|
||||
|
||||
}
|
||||
|
||||
void TestNotCurses::onLoad() {
|
||||
|
||||
}
|
||||
|
||||
void TestNotCurses::run() {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user