mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-06 19:39:56 -05:00
Clean up _lua.inl include style
This commit is contained in:
@@ -36,6 +36,8 @@
|
||||
#include <ghoul/logging/logmanager.h>
|
||||
#include <optional>
|
||||
|
||||
#include "screenspacedashboard_lua.inl"
|
||||
|
||||
namespace {
|
||||
constexpr openspace::properties::Property::PropertyInfo UseMainInfo = {
|
||||
"UseMainDashboard",
|
||||
@@ -60,8 +62,6 @@ namespace {
|
||||
#include "screenspacedashboard_codegen.cpp"
|
||||
} // namespace
|
||||
|
||||
#include "screenspacedashboard_lua.inl"
|
||||
|
||||
namespace openspace {
|
||||
|
||||
documentation::Documentation ScreenSpaceDashboard::Documentation() {
|
||||
|
||||
@@ -48,6 +48,7 @@
|
||||
#include <glm/gtx/quaternion.hpp>
|
||||
#include <glm/gtx/vector_angle.hpp>
|
||||
#include <vector>
|
||||
|
||||
#include "pathnavigator_lua.inl"
|
||||
|
||||
namespace {
|
||||
|
||||
@@ -41,6 +41,7 @@
|
||||
#include <ghoul/ext/assimp/contrib/zip/src/zip.h>
|
||||
#include <filesystem>
|
||||
#include <fstream>
|
||||
|
||||
#include "scriptengine_lua.inl"
|
||||
|
||||
namespace {
|
||||
|
||||
@@ -37,6 +37,8 @@
|
||||
#include "SpiceUsr.h"
|
||||
#include "SpiceZpr.h"
|
||||
|
||||
#include "spicemanager_lua.inl"
|
||||
|
||||
namespace {
|
||||
constexpr std::string_view _loggerCat = "SpiceManager";
|
||||
|
||||
@@ -64,8 +66,6 @@ namespace {
|
||||
}
|
||||
} // namespace
|
||||
|
||||
#include "spicemanager_lua.inl"
|
||||
|
||||
namespace openspace {
|
||||
|
||||
SpiceManager* SpiceManager::_instance = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user