diff --git a/OpenROV/AConfig.h b/OpenROV/AConfig.h index 0ce7aeb..7adfb1f 100644 --- a/OpenROV/AConfig.h +++ b/OpenROV/AConfig.h @@ -26,6 +26,7 @@ #endif #define HAS_STD_LIGHTS (1) +#define HAS_EXT_LIGHTS (1) #define HAS_STD_CALIBRATIONLASERS (1) #define HAS_STD_CAMERAMOUNT (1) #define HAS_STD_AUTOPILOT (1) diff --git a/OpenROV/ModuleDefinitions.h b/OpenROV/ModuleDefinitions.h index 842e494..0f97c4b 100644 --- a/OpenROV/ModuleDefinitions.h +++ b/OpenROV/ModuleDefinitions.h @@ -1,6 +1,8 @@ #pragma once #include "AConfig.h" +#include "PluginConfig.h" + // --------------------------------------- // Conditional module definitions // ------------------------------- diff --git a/OpenROV/PluginConfig.h b/OpenROV/PluginConfig.h new file mode 100644 index 0000000..35d79f2 --- /dev/null +++ b/OpenROV/PluginConfig.h @@ -0,0 +1 @@ +// Do not delete! This gets automatically populated at compile time with additional plugins. \ No newline at end of file