blob: 5560defe7bb2f9e878fa3e00b4fed82b7d88557e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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_
|