All pastes #2050716 Raw Edit

Miscellany

public text v1 · immutable
#2050716 ·published 2011-04-26 02:19 UTC
rendered paste body
CPP

namespace D2Client {
	/* D2Client Functions */
	PrintGameString_t PrintGameString;
}

InitPtr(D2Client::PrintGameString, D2CLIENT, 0x7D850);


HPP

namespace D2Client {
	typedef void (__stdcall *PrintGameString_t)(wchar_t *wMessage, int nColor);
}