Some c++ testing

This commit is contained in:
Gulum
2017-10-23 18:52:24 +02:00
parent 9676c44ef2
commit 9130a45795
7 changed files with 55 additions and 56 deletions

17
src/DarkRP2D.cpp Normal file
View File

@@ -0,0 +1,17 @@
#include "DarkRP2D.h"
void DarkRP2D::create() {
}
void DarkRP2D::loop(float deltaTime) {
}
void DarkRP2D::resize() {
}
void DarkRP2D::dispose() {
}