Add enable/disable_logevent() natives

This commit is contained in:
Arkshine
2015-12-24 19:08:00 +01:00
parent ac37f8053b
commit 17a31b75d7
6 changed files with 131 additions and 32 deletions
+6
View File
@@ -113,4 +113,10 @@ class NativeHandle
}
};
enum ForwardState
{
FSTATE_ACTIVE,
FSTATE_STOP
};
#endif // _NATIVES_NATIVES_HANDLES_H_