| 64 | } |
| 65 | |
| 66 | ConsoleGetType( TypeCaseString ) |
| 67 | { |
| 68 | return *((const char **)(dptr)); |
| 69 | } |
| 70 | |
| 71 | //----------------------------------------------------------------------------- |
| 72 | // TypeRealString |
nothing calls this directly
no test coverage detected