mirror of
https://github.com/edubart/otclient.git
synced 2025-12-22 16:27:10 +01:00
add new style states (first,middle,last,alternate)
This commit is contained in:
@@ -266,11 +266,10 @@ namespace Fw
|
||||
DisabledState = 16,
|
||||
CheckedState = 32,
|
||||
OnState = 64,
|
||||
LastState = 128
|
||||
//FirstState,
|
||||
//MiddleState,
|
||||
//LastState,
|
||||
//AlternateState
|
||||
FirstState = 128,
|
||||
MiddleState = 256,
|
||||
AlternateState = 512,
|
||||
LastState = 1024,
|
||||
};
|
||||
|
||||
enum AppicationFlags {
|
||||
|
||||
Reference in New Issue
Block a user