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

Go to the source code of this file.
Data Structures | |
| struct | botlib_globals_s |
Defines | |
| #define | RANDOMIZE |
Typedefs | |
| typedef botlib_globals_s | botlib_globals_t |
Functions | |
| int | Sys_MilliSeconds (void) |
Variables | |
| int | bot_developer |
| botlib_import_t | botimport |
| botlib_globals_t | botlibglobals |
|
|
Definition at line 33 of file be_interface.h. |
|
|
|
|
|
Definition at line 77 of file be_interface.c. References clock(). 00078 {
00079 return clock() * 1000 / CLOCKS_PER_SEC;
00080 } //end of the function Sys_MilliSeconds
|
Here is the call graph for this function:

|
|
Definition at line 61 of file be_interface.c. |
|
|
Definition at line 59 of file be_interface.c. |
|
|
Definition at line 56 of file be_interface.c. Referenced by BotExportTest(), BotLibSetup(), EA_Setup(), Export_BotLibSetup(), Export_BotLibShutdown(), Log_WriteTimeStamped(), ValidClientNumber(), and ValidEntityNumber(). |
1.3.9.1