| 111 | } |
| 112 | |
| 113 | const char * Baker::getFormatExtensionByIndex(int index) |
| 114 | { |
| 115 | return FormatRegistry::GetInstance().getFormatExtensionByIndex(FORMAT_CAPABILITY_BAKE, index); |
| 116 | } |
| 117 | |
| 118 | void Baker::setFormat(const char * formatName) |
| 119 | { |
no outgoing calls