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/obj_comm.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/parsec/include/obj_comm.h (limited to 'src/parsec/include/obj_comm.h') diff --git a/src/parsec/include/obj_comm.h b/src/parsec/include/obj_comm.h new file mode 100644 index 0000000..5560def --- /dev/null +++ b/src/parsec/include/obj_comm.h @@ -0,0 +1,21 @@ +/* + * PARSEC HEADER: obj_comm.h + */ + +#ifndef _OBJ_COMM_H_ +#define _OBJ_COMM_H_ + + +// external functions + +// (none) + + +// external variables + +extern dword last_summoned_objectid; + + +#endif // _OBJ_COMM_H_ + + -- cgit v1.2.3