Added environment variable to set location of mod.

Multiple units selection and path drawing added.
This commit is contained in:
Pax1601
2022-11-21 13:00:01 +01:00
parent ed193b6c78
commit 0c6142bf17
15 changed files with 7474 additions and 68 deletions

View File

@@ -5,7 +5,7 @@
using namespace web::http;
using namespace web::http::experimental::listener;
class UnitsHandler;
class UnitsFactory;
class Scheduler;
class RESTServer

View File

@@ -4,11 +4,11 @@
class Unit;
class UnitsHandler
class UnitsFactory
{
public:
UnitsHandler(lua_State* L);
~UnitsHandler();
UnitsFactory(lua_State* L);
~UnitsFactory();
Unit* getUnit(int ID);
void getMissionDB(lua_State* L);