mElite  1.0
An Elite clone based on TextElite by Jan-Philipp Kappmeier and Melanie Schmidt.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Console.h
Go to the documentation of this file.
1 
6 #pragma once
7 
8 #include "GlobalGL.h"
9 #include <string>
10 
12 
17 class Console {
18 public:
19  static std::string getCommand( std::string commandString );
20  static char getSingleCharacterOption( std::string commandString );
21  static std::string Console::getOption( std::string commandString );
22 private:
23 };