Changeset 9971 for code/trunk
- Timestamp:
- Jan 4, 2014, 2:20:06 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/modules/gametypes/RaceCheckPoint.h
r9964 r9971 62 62 Vector3 getNextCheckpointsAsVector3(); 63 63 64 std::set<int>getNextCheckpoints()64 const std::set<int>& getNextCheckpoints() 65 65 { 66 66 return nextCheckpoints_;
Note: See TracChangeset
for help on using the changeset viewer.