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,9 @@
#include "script_component.hpp"
ADDON = false;
PREP_RECOMPILE_START;
#include "XEH_PREP.hpp"
PREP_RECOMPILE_END;
ADDON = true;