plugy/PlugY/updateClient.h

15 lines
484 B
C
Raw Permalink Normal View History

/*=================================================================
File created by Yohann NICOLAS.
Updating Client.
=================================================================*/
2017-01-23 19:34:12 +00:00
#pragma once
#include "common.h"
void Install_UpdateClient();
void updateClient(Unit* ptChar, DWORD mFunc, DWORD p1, DWORD p2, DWORD p3);
2017-01-23 19:34:12 +00:00
void updateClient(Unit* ptChar, DWORD mFunc, char* msg);
2017-01-23 19:34:12 +00:00
/*================================= END OF FILE =================================*/