diff options
Diffstat (limited to 'src/control/PathFind.h')
-rw-r--r-- | src/control/PathFind.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/control/PathFind.h b/src/control/PathFind.h index e3058959..0b20ea5a 100644 --- a/src/control/PathFind.h +++ b/src/control/PathFind.h @@ -15,6 +15,12 @@ enum PATH_PED = 1, }; +enum +{ + SWITCH_OFF = 0, + SWITCH_ON = 1, +}; + struct CPathNode { CVector pos; |