|
Worms -- OOP Redo
2016-01
Worms-Redo Project as a learning vehicle.
|
Go to the source code of this file.
Functions | |
| int | userControl () |
| int | userKeyPress (int c) |
Variables | |
| int | idelay = 10 |
| int | paused = 0 |
| int | slowness |
| int | tdelay |
| int userControl | ( | ) |
| int userKeyPress | ( | int | c | ) |
Definition at line 11 of file control.cpp.
References min, paused, random, and slowness.
Referenced by userControl().
| int idelay = 10 |
Definition at line 7 of file control.cpp.
Referenced by userControl().
| int paused = 0 |
Definition at line 6 of file control.cpp.
Referenced by userControl(), and userKeyPress().
| int slowness |
Definition at line 5 of file control.cpp.
Referenced by userControl(), and userKeyPress().
| int tdelay |
Definition at line 8 of file control.cpp.
Referenced by userControl().
1.8.11