Add enable/disable_logevent() natives
This commit is contained in:
@ -113,4 +113,10 @@ class NativeHandle
|
||||
}
|
||||
};
|
||||
|
||||
enum ForwardState
|
||||
{
|
||||
FSTATE_ACTIVE,
|
||||
FSTATE_STOP
|
||||
};
|
||||
|
||||
#endif // _NATIVES_NATIVES_HANDLES_H_
|
||||
|
Reference in New Issue
Block a user