mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Added environment variable to set location of mod.
Multiple units selection and path drawing added.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
using namespace web::http;
|
||||
using namespace web::http::experimental::listener;
|
||||
|
||||
class UnitsHandler;
|
||||
class UnitsFactory;
|
||||
class Scheduler;
|
||||
|
||||
class RESTServer
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user