------------------------------------------------------------------------
| 45 | |
| 46 | //------------------------------------------------------------------------ |
| 47 | void path_tokenizer::set_path_str(const char* str) |
| 48 | { |
| 49 | m_path = str; |
| 50 | m_last_command = 0; |
| 51 | m_last_number = 0.0; |
| 52 | } |
| 53 | |
| 54 | |
| 55 | //------------------------------------------------------------------------ |
no outgoing calls
no test coverage detected