-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathConflictStatus_0.hpp
More file actions
33 lines (23 loc) · 1.19 KB
/
ConflictStatus_0.hpp
File metadata and controls
33 lines (23 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
//***********************************************************************************************
//* File: 'ConflictStatus_0.hpp'
//* THIS IS A GENERATED FILE: DO NOT EDIT. Please edit the Perfect Developer source file instead!
//*
//* Generated from: 'C:\Users\User\Desktop\Third Year Project\CollisionAvoidanceSystem\ConflictStatus.pd'
//* by Perfect Developer version 6.10.01 at 12:39:41 UTC on Monday January 26th 2015
//* Using command line options:
//* -z1 -el=3 -em=100 -gl=C++ -gs=1 -gv=ISO -gw=100 -gdp=1 -gdo=0 -gdc=3 -gda=1 -gdA=0 -gdl=0 -gdr=0 -gdt=0 -gdi=1 -st=4 -sb=C:\Program Files\Escher Technologies\Verification Studio 6\Bin\builtin.pd -sr=C:\Program Files\Escher Technologies\Verification Studio 6\Bin\rubric.pd -q=0 -eM=0 -@=C:\Users\User\AppData\Local\Temp\etf8B16.tmp
//***********************************************************************************************
#if !defined(_hForward_ConflictStatus)
#define _hForward_ConflictStatus
// Forward declarations
namespace ConflictStatus
{
enum _eEnum
{
Conflicted, PotentialFutureConflict, NoConflict
};
extern const _eNativeChar * _lnaming [3];
}
_mEnumStorableSupportHdr (ConflictStatus)
#endif
// End of file.