mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-03 01:59:35 -06:00
General code cleanup (#3445)
This commit is contained in:
@@ -59,6 +59,10 @@ namespace {
|
||||
|
||||
namespace openspace {
|
||||
|
||||
documentation::Documentation SyncModule::Documentation() {
|
||||
return codegen::doc<Parameters>("module_sync");
|
||||
}
|
||||
|
||||
SyncModule::SyncModule() : OpenSpaceModule(Name) {}
|
||||
|
||||
void SyncModule::internalInitialize(const ghoul::Dictionary& configuration) {
|
||||
|
||||
Reference in New Issue
Block a user