| 1843 | } |
| 1844 | |
| 1845 | int idGameEditExt::ThreadGetNum(const idThread* thread) const |
| 1846 | { |
| 1847 | return const_cast<idThread*>(thread)->GetThreadNum(); |
| 1848 | } |
| 1849 | |
| 1850 | const char*idGameEditExt::ThreadGetName(const idThread* thread) const |
| 1851 | { |
nothing calls this directly
no test coverage detected