| 154 | } |
| 155 | |
| 156 | void createVeryDenseCylinder(const cmd::ArgumentList& args) |
| 157 | { |
| 158 | createPrefabInternal(eVeryDenseCylinder, "patchCreateVeryDenseCylinder"); |
| 159 | } |
| 160 | |
| 161 | void createSquareCylinder(const cmd::ArgumentList& args) |
| 162 | { |
nothing calls this directly
no test coverage detected