2022-06-27 10:02:38 +00:00
|
|
|
#pragma once
|
|
|
|
#include <Project64-plugin-spec/Rsp.h>
|
2016-01-27 09:11:59 +00:00
|
|
|
|
2016-02-11 08:23:15 +00:00
|
|
|
uint32_t AsciiToHex(char * HexValue);
|
2016-02-13 19:58:42 +00:00
|
|
|
void DisplayError(char * Message, ...);
|
2016-01-27 09:11:59 +00:00
|
|
|
|
|
|
|
extern DEBUG_INFO DebugInfo;
|
2023-06-01 07:41:26 +00:00
|
|
|
extern void * hinstDLL;
|