| 159 | } |
| 160 | |
| 161 | void createSquareCylinder(const cmd::ArgumentList& args) |
| 162 | { |
| 163 | createPrefabInternal(eSqCylinder, "patchCreateSquareCylinder"); |
| 164 | } |
| 165 | |
| 166 | void createSphere(const cmd::ArgumentList& args) |
| 167 | { |
nothing calls this directly
no test coverage detected