Changeset 12264 for code/branches/OrxoBlox_FS19/src/modules
- Timestamp:
- Mar 28, 2019, 5:06:31 PM (6 years ago)
- Location:
- code/branches/OrxoBlox_FS19/src/modules
- Files:
-
- 10 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/OrxoBlox.cc
r12260 r12264 126 126 void OrxoBlox::start() 127 127 { 128 orxout() << "Hello" << endl; 128 129 if (this->center_ != nullptr) // There needs to be a OrxoBloxCenterpoint, i.e. the area the game takes place. 129 130 { -
code/branches/OrxoBlox_FS19/src/modules/pong/Pong.cc
r11083 r12264 127 127 void Pong::start() 128 128 { 129 orxout() << "Hello" << endl; 129 130 if (this->center_ != nullptr) // There needs to be a PongCenterpoint, i.e. the area the game takes place. 130 131 {
Note: See TracChangeset
for help on using the changeset viewer.