Skip to content

Commit 855d84c

Browse files
committed
invalid ID constants
1 parent d6ccae6 commit 855d84c

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

omp_npc.inc

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,24 @@
4646
const INVALID_NPC_ID = -1;
4747
#define INVALID_NPC_ID (-1)
4848

49+
/**
50+
* <library>omp_npc</library>
51+
*/
52+
const INVALID_PATH_ID = -1;
53+
#define INVALID_PATH_ID (-1)
54+
55+
/**
56+
* <library>omp_npc</library>
57+
*/
58+
const INVALID_NODE_ID = -1;
59+
#define INVALID_NODE_ID (-1)
60+
61+
/**
62+
* <library>omp_npc</library>
63+
*/
64+
const INVALID_RECORD_ID = -1;
65+
#define INVALID_RECORD_ID (-1)
66+
4967
/**
5068
* <library>omp_npc</library>
5169
*/

0 commit comments

Comments
 (0)