Add MathEngineTest and Commects and clean ups
This commit is contained in:
@@ -16,16 +16,17 @@ namespace GUIHelpers {
|
||||
|
||||
bool operator == ( const cObject& other );
|
||||
|
||||
///Functions
|
||||
/// Functions
|
||||
|
||||
///Sets
|
||||
/// Sets
|
||||
const void setID( const signed int id );
|
||||
|
||||
///Gets
|
||||
/// Gets
|
||||
const signed int getID() const;
|
||||
virtual const GUIHelpers::eType getType() const;
|
||||
|
||||
private:
|
||||
/// Variables
|
||||
signed int m_id;// = 0
|
||||
};/// END CLASS DEFINITION cObject
|
||||
}/// END NAMESPACE DEFINITION GUIEngine
|
||||
|
||||
Reference in New Issue
Block a user