#include <stdio.h>
#include "gui.h"
#include "shared.h"
Go to the source code of this file.
Functions |
| void | shared_script_debug_handle (n_string cStringFileName) |
| 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) |
| 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_clearErrors (void) |
| 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_rotate (n_double num, n_byte wwind) |
| n_uint | shared_max_fps (void) |
| n_int | shared_menu (n_int menuVal) |
| void | shared_saved_string (shared_saved_string_type ssst, n_string value) |
| void | shared_draw (n_byte *outputBuffer, n_byte fIdentification, n_int dim_x, n_int dim_y) |
Macro Definition Documentation
Function Documentation
| void shared_clearErrors |
( |
void |
| ) |
|
| 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 | ) |
|
Variable Documentation