| 435 | } |
| 436 | |
| 437 | PlantDatabaseConstPtr Root::plantDatabase() { |
| 438 | return loadMember(m_plantDatabase, m_plantDatabaseMutex, "PlantDatabase"); |
| 439 | } |
| 440 | |
| 441 | ProjectileDatabaseConstPtr Root::projectileDatabase() { |
| 442 | return loadMember(m_projectileDatabase, m_projectileDatabaseMutex, "ProjectileDatabase"); |
no outgoing calls