mc2:0x006136C0
| 43 | |
| 44 | //mc2:0x006136C0 |
| 45 | void unk_613360::impl_04(char *destination, std::uint32_t unk2, char *unk3, char *extension) { |
| 46 | if (vir_24(unk3) == false) { |
| 47 | destination[0] = '\0'; |
| 48 | vir_28(destination, unk3, extension); |
| 49 | return; |
| 50 | } |
| 51 | |
| 52 | safe_strncpy(destination, (this->unk104 != 0) ? this->unk04 : glo_860120, 256); |
| 53 | vir_28(destination, unk3, extension); |
| 54 | } |
| 55 | |
| 56 | //mc2:0x00613470 |
| 57 | void unk_613360::impl_0C() { |
nothing calls this directly
no outgoing calls
no test coverage detected