diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2026-08-24 11:16:07 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2026-08-24 11:16:07 +0200 |
| commit | c068f22329d5cc722622a2183bbb22eef2093df7 (patch) | |
| tree | 12d56c1aede67988a55e241364606bfbb4dba933 /src/parsec_server/include/con_list_sv.h | |
| download | openparsec-main.tar.xz openparsec-main.zip | |
Diffstat (limited to 'src/parsec_server/include/con_list_sv.h')
| -rw-r--r-- | src/parsec_server/include/con_list_sv.h | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/src/parsec_server/include/con_list_sv.h b/src/parsec_server/include/con_list_sv.h new file mode 100644 index 0000000..c57ac20 --- /dev/null +++ b/src/parsec_server/include/con_list_sv.h @@ -0,0 +1,34 @@ +/* + * PARSEC HEADER: con_list_sv.h + */ + +#ifndef _CON_LIST_SV_H_ +#define _CON_LIST_SV_H_ + + +// external functions + +void Cmd_ShipInfo(); +void Cmd_ListTypes(); +void Cmd_ListClasses(); +void Cmd_ListSayMacros(); +void Cmd_ListKeyBindings(); +void Cmd_ListKeyFunctions(); +void Cmd_ListVidModes(); +void Cmd_ListBinaryDemos(); +int Cmd_ListExternalCommands( char *command ); +int Cmd_ListDataTable( char *command ); +int Cmd_ListIntCommands( char *command ); +int Cmd_ListStdCommands( char *command ); + + +// external variables + +extern int await_keypress; +extern void (*com_cont_func)(); +extern int cur_vis_conlines; + + +#endif // _CON_LIST_SV_H_ + + |
