mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-05-20 19:55:42 -04:00
8 lines
162 B
C++
8 lines
162 B
C++
#pragma once
|
|
#include "YBaseLib/String.h"
|
|
#include "cpu_types.h"
|
|
|
|
namespace CPU {
|
|
void DisassembleInstruction(String* dest, u32 pc, u32 bits);
|
|
} // namespace CPU
|