Add some user bit
This commit is contained in:
parent
1d99071cc2
commit
c334cebb47
|
@ -24,6 +24,9 @@
|
||||||
History
|
History
|
||||||
|
|
||||||
$Log: not supported by cvs2svn $
|
$Log: not supported by cvs2svn $
|
||||||
|
Revision 1.35 2005/12/01 23:54:29 cignoni
|
||||||
|
Added HasFlags
|
||||||
|
|
||||||
Revision 1.34 2005/11/23 14:40:09 pietroni
|
Revision 1.34 2005/11/23 14:40:09 pietroni
|
||||||
added cFFi function
|
added cFFi function
|
||||||
|
|
||||||
|
@ -830,8 +833,11 @@ public:
|
||||||
FEATURE0 = 0x00008000,
|
FEATURE0 = 0x00008000,
|
||||||
FEATURE1 = 0x00010000,
|
FEATURE1 = 0x00010000,
|
||||||
FEATURE2 = 0x00020000,
|
FEATURE2 = 0x00020000,
|
||||||
// First user bit
|
// User bits
|
||||||
USER0 = 0x00040000
|
USER0 = 0x00040000,
|
||||||
|
USER1 = 0x00080000,
|
||||||
|
USER2 = 0x00100000,
|
||||||
|
USER3 = 0x00200000
|
||||||
};
|
};
|
||||||
public:
|
public:
|
||||||
static int &LastBitFlag()
|
static int &LastBitFlag()
|
||||||
|
|
Loading…
Reference in New Issue