13 lines
353 B
C
13 lines
353 B
C
/*===================================================================
|
|
* Name of Objects
|
|
*=================================================================*/
|
|
|
|
#ifndef __CPAOBJID_H__
|
|
#define __CPAOBJID_H__
|
|
|
|
/* Sector.dll*/
|
|
#define C_szSectorTypeName "Sector"
|
|
#define C_szLightTypeName "Light"
|
|
|
|
#endif /* __CPAOBJID_H__*/
|