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/sys_bind.h | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src/parsec/include/sys_bind.h (limited to 'src/parsec/include/sys_bind.h') diff --git a/src/parsec/include/sys_bind.h b/src/parsec/include/sys_bind.h new file mode 100644 index 0000000..bf987af --- /dev/null +++ b/src/parsec/include/sys_bind.h @@ -0,0 +1,36 @@ +/* + * PARSEC HEADER: sys_bind.h + */ + +#ifndef _SYS_BIND_H_ +#define _SYS_BIND_H_ + + +// PROTOCOL bindings + +enum { + + BT_PROTOCOL_PEERTOPEER, + BT_PROTOCOL_GAMESERVER, + BT_PROTOCOL_DEMONULL, + + BT_PROTOCOL_NUMTYPES +}; + + + +// external variables + +extern int sys_BindType_PROTOCOL; + + +// external functions + +void SYS_Bind_PROTOCOL(); + +void SYS_BindDynamicFunctions(); + + +#endif // _SYS_BIND_H_ + + -- cgit v1.2.3