| 88 | #endif |
| 89 | |
| 90 | std::string version(bool testrun) { |
| 91 | return testrun ? STR(KTX_DEFAULT_VERSION) : STR(KTX_VERSION); |
| 92 | } |
| 93 | |
| 94 | // ------------------------------------------------------------------------------------------------- |
| 95 |
no outgoing calls
no test coverage detected