summaryrefslogtreecommitdiff
path: root/src/Console.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Console.cpp')
-rw-r--r--src/Console.cpp59
1 files changed, 0 insertions, 59 deletions
diff --git a/src/Console.cpp b/src/Console.cpp
deleted file mode 100644
index 7f5870b..0000000
--- a/src/Console.cpp
+++ /dev/null
@@ -1,59 +0,0 @@
-
-#include <string>
-#include <cmath>
-#include "Console.h"
-
-int Console::ParsePartref(char * txt)
-{
-
-}
-
-int Console::ParseCoords(char * coords, int *x, int *y)
-{
-
-}
-
-int Console::ParseType(char * txt)
-{
-
-}
-
-void Console::Tick(float * dt)
-{
-
-}
-
-void Console::ConsoleShown()
-{
-
-}
-
-void Console::ConsoleHidden()
-{
-
-}
-
-int Console::ProcessCommand(char * console)
-{
-
-}
-
-std::string * Console::GetLastError()
-{
- return lastError;
-}
-
-std::vector<ConsoleCommand> * Console::GetPreviousCommands()
-{
-
-}
-
-Console::Console()
-{
- //sim = sandbox->GetSimulation();
-}
-
-Console::~Console()
-{
-
-}