This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| void | sleep (int time=0) |
| Gives computing time to windiows task sheduler. | |
| int | createThread (LPVOID routine, LPVOID param) |
| Creates a new thread for the given function. | |
| int createThread | ( | LPVOID | routine, | |
| LPVOID | param | |||
| ) |
Creates a new thread for the given function.
| routine | Long pointer to the function. | |
| param | Long pointer to the parameter. |
| void sleep | ( | int | time = 0 |
) |
Gives computing time to windiows task sheduler.
| time | Time to wait at least until return. |
Referenced by Network::connect(), Network::createServer(), Menu::getSelectedItem(), and Level::run().
1.5.2