|
|
@ -113,7 +113,7 @@ public: |
|
|
|
tokenType *MakeToken(T parentObject) {return TRACKED_NEW tokenType(parentObject, fGroup);} |
|
|
|
tokenType *MakeToken(T parentObject) {return TRACKED_NEW tokenType(parentObject, fGroup);} |
|
|
|
|
|
|
|
|
|
|
|
// return the number of tokens currently in the database
|
|
|
|
// return the number of tokens currently in the database
|
|
|
|
int Size(void) {return group.size();} |
|
|
|
int Size(void) {return fGroup.size();} |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
// A basic vehicle class that handles accelleration, braking, and turning
|
|
|
|
// A basic vehicle class that handles accelleration, braking, and turning
|
|
|
|