| 336 | } |
| 337 | |
| 338 | void Prefab::SaveLayout(ofxJSONElement& moduleInfo) |
| 339 | { |
| 340 | moduleInfo["modules"] = mModuleContainer.WriteModules(); |
| 341 | } |
| 342 | |
| 343 | void Prefab::LoadLayout(const ofxJSONElement& moduleInfo) |
| 344 | { |
nothing calls this directly
no test coverage detected