diff options
Diffstat (limited to 'src/parsec/include/obj_comm.h')
| -rw-r--r-- | src/parsec/include/obj_comm.h | 21 |
1 files changed, 21 insertions, 0 deletions
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_ + + |
