Beginning to create the placeholder classes

This commit is contained in:
Kayne Ruse
2013-08-29 19:57:25 +10:00
parent d5f7363c33
commit b675f516e7
13 changed files with 135 additions and 50 deletions
+6 -8
View File
@@ -1,5 +1,7 @@
#include "server_application.hpp"
ServerApplication ServerApplication::instance;
ServerApplication::ServerApplication() {
//TODO
}
@@ -10,6 +12,10 @@ ServerApplication::~ServerApplication() {
void ServerApplication::Init() {
//TODO
//Init SDL
//Init lua
//Init SQL
}
void ServerApplication::Loop() {
@@ -19,11 +25,3 @@ void ServerApplication::Loop() {
void ServerApplication::Quit() {
//TODO
}
void ServerApplication::OpenRoom(std::map<std::string, std::string> args) {
//TODO
}
void ServerApplication::CloseRoom(RoomHandle roomHandle) {
//TODO
}