From c068f22329d5cc722622a2183bbb22eef2093df7 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Mon, 24 Aug 2026 11:16:07 +0200 Subject: initial import --- src/parsec/include/con_list.h | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 src/parsec/include/con_list.h (limited to 'src/parsec/include/con_list.h') diff --git a/src/parsec/include/con_list.h b/src/parsec/include/con_list.h new file mode 100644 index 0000000..2b5a730 --- /dev/null +++ b/src/parsec/include/con_list.h @@ -0,0 +1,34 @@ +/* + * PARSEC HEADER: con_list.h + */ + +#ifndef _CON_LIST_H_ +#define _CON_LIST_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_H_ + + -- cgit v1.2.3