added initial version of server addon to handle TCP socket into the TAK Server

This commit is contained in:
Valmo Trindade
2025-05-16 00:38:42 -03:00
parent 31f7b5178e
commit eda786931d
7 changed files with 60 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
class Extended_PreStart_EventHandlers {
class ADDON {
init = QUOTE(call COMPILE_SCRIPT(XEH_preStart));
};
};
class Extended_PreInit_EventHandlers {
class ADDON {
init = QUOTE(call COMPILE_SCRIPT(XEH_preInit));
};
};