mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
Fixing more includes and forward declarations (#3876)
This commit is contained in:
@@ -26,10 +26,11 @@
|
||||
|
||||
#include <modules/spout/renderableplanespout.h>
|
||||
|
||||
#include <modules/base/rendering/renderableplane.h>
|
||||
#include <openspace/documentation/documentation.h>
|
||||
#include <openspace/documentation/verifier.h>
|
||||
#include <ghoul/logging/logmanager.h>
|
||||
#include <optional>
|
||||
#include <openspace/scene/scenegraphnode.h>
|
||||
#include <ghoul/format.h>
|
||||
#include <ghoul/misc/dictionary.h>
|
||||
|
||||
namespace {
|
||||
// This `Renderable` type can be used to render a plane with a texture that is
|
||||
@@ -38,7 +39,6 @@ namespace {
|
||||
struct [[codegen::Dictionary(RenderablePlaneSpout)]] Parameters {
|
||||
};
|
||||
#include "renderableplanespout_codegen.cpp"
|
||||
|
||||
} // namespace
|
||||
|
||||
namespace openspace {
|
||||
|
||||
Reference in New Issue
Block a user