Work on asset synchronization and initialization

This commit is contained in:
Emil Axelsson
2017-10-16 19:06:33 +02:00
parent 2623912ec9
commit 81298f10be
16 changed files with 335 additions and 220 deletions

View File

@@ -35,12 +35,11 @@ HttpSynchronization::HttpSynchronization(const ghoul::Dictionary& dict)
}
bool HttpSynchronization::needsSync() {
return true;
}
documentation::Documentation HttpSynchronization::Documentation() {
return {};
}
} // namespace openspace