Changeset 4462 for sample/pingpong/main.cpp
- Timestamp:
- Jun 24, 2009, 8:48:35 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sample/pingpong/main.cpp
r3041 r4462 18 18 // this will do the main functionality and block 19 19 PingPong ping; 20 StartupWrapper::startup(&ping , true);20 StartupWrapper::startup(&ping); 21 21 22 22 // --> we will run blocking until <enter> is hit
Note:
See TracChangeset
for help on using the changeset viewer.