| 106 | } |
| 107 | |
| 108 | const char * Baker::getFormatNameByIndex(int index) |
| 109 | { |
| 110 | return FormatRegistry::GetInstance().getFormatNameByIndex(FORMAT_CAPABILITY_BAKE, index); |
| 111 | } |
| 112 | |
| 113 | const char * Baker::getFormatExtensionByIndex(int index) |
| 114 | { |
no outgoing calls