project64/Source/Project64-rsp/Rsp.h

8 lines
184 B
C
Raw Normal View History

#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);
void DisplayError(char * Message, ...);
2016-01-27 09:11:59 +00:00
extern DEBUG_INFO DebugInfo;
extern void * hinstDLL;