| 1923 | } |
| 1924 | |
| 1925 | int idGameEditExt::ThreadGetNum(const idThread* thread) const |
| 1926 | { |
| 1927 | return const_cast<idThread*>(thread)->GetThreadNum(); |
| 1928 | } |
| 1929 | |
| 1930 | const char* idGameEditExt::ThreadGetName(const idThread* thread) const |
| 1931 | { |
nothing calls this directly
no test coverage detected