Add MathEngineTest and Commects and clean ups
This commit is contained in:
@@ -24,7 +24,6 @@ EXPIMP_TEMPLATE template class EXPORT_FROM_MYDLL std::vector<InputEngine::cKey*,
|
||||
/*#pragma warning (default : 4231)*/
|
||||
|
||||
namespace InputEngine {
|
||||
/* Singleton */
|
||||
class EXPORT_FROM_MYDLL cKeyboard
|
||||
{
|
||||
public:
|
||||
@@ -47,6 +46,7 @@ namespace InputEngine {
|
||||
const cString& getLabel() const;
|
||||
|
||||
private:
|
||||
/// Variables
|
||||
cString m_label;/// = ""
|
||||
|
||||
std::vector<InputEngine::cKey*> m_keys;
|
||||
|
||||
Reference in New Issue
Block a user