Add path rendering code to debugging module

This commit is contained in:
Emma Broman
2021-06-23 15:06:29 +02:00
parent 947e8c3772
commit 4ae70283a7
7 changed files with 338 additions and 88 deletions

View File

@@ -37,6 +37,8 @@ public:
std::vector<documentation::Documentation> documentations() const override;
scripting::LuaLibrary luaLibrary() const override;
protected:
void internalInitialize(const ghoul::Dictionary&) override;
};