Go to the source code of this file.
Functions |
| void | shared_saved_string (shared_saved_string_type ssst, n_string value) |
| shared_cycle_state | shared_cycle (n_uint ticks, n_byte fIdentification, n_int dim_x, n_int dim_y) |
| n_int | shared_init (n_byte view, n_uint random) |
| void | shared_close (void) |
| n_int | shared_menu (n_int menuValue) |
| n_uint | shared_max_fps (void) |
| void | shared_rotate (n_double num, n_byte wwind) |
| void | shared_keyReceived (n_byte2 value, n_byte fIdentification) |
| void | shared_keyUp (void) |
| void | shared_mouseOption (n_byte option) |
| void | shared_mouseReceived (n_int valX, n_int valY, n_byte fIdentification) |
| void | shared_mouseUp (void) |
| void | shared_about (n_constant_string value) |
| void | shared_draw (n_byte *outputBuffer, n_byte fIdentification, n_int dim_x, n_int dim_y) |
| n_int | shared_new (n_uint seed) |
| n_byte | shared_openFileName (n_string cStringFileName, n_byte isScript) |
| void | shared_saveFileName (n_string cStringFileName) |
| void | shared_script_debug_handle (n_string cStringFileName) |
| n_int | sim_thread_console_quit (void) |
Enumeration Type Documentation
- Enumerator:
| SHARED_CYCLE_OK |
|
| SHARED_CYCLE_QUIT |
|
| SHARED_CYCLE_DEBUG_OUTPUT |
|
Definition at line 49 of file shared.h.
- Enumerator:
| SSS_OPEN |
|
| SSS_OPEN_SCRIPT |
|
| SSS_SAVED |
|
Definition at line 56 of file shared.h.
Function Documentation
| void shared_close |
( |
void |
| ) |
|
| void shared_keyReceived |
( |
n_byte2 |
value, |
|
|
n_byte |
fIdentification |
|
) |
| |
| void shared_keyUp |
( |
void |
| ) |
|
| n_uint shared_max_fps |
( |
void |
| ) |
|
| void shared_mouseOption |
( |
n_byte |
option | ) |
|
| void shared_mouseUp |
( |
void |
| ) |
|
| void shared_saveFileName |
( |
n_string |
cStringFileName | ) |
|
| void shared_script_debug_handle |
( |
n_string |
cStringFileName | ) |
|
| n_int sim_thread_console_quit |
( |
void |
| ) |
|