mirror of
https://gitlab.com/hashborgir/plugy.git
synced 2024-11-30 12:36:02 +00:00
15 lines
484 B
C
15 lines
484 B
C
/*=================================================================
|
|
File created by Yohann NICOLAS.
|
|
|
|
Updating Client.
|
|
|
|
=================================================================*/
|
|
#pragma once
|
|
|
|
#include "common.h"
|
|
|
|
void Install_UpdateClient();
|
|
void updateClient(Unit* ptChar, DWORD mFunc, DWORD p1, DWORD p2, DWORD p3);
|
|
void updateClient(Unit* ptChar, DWORD mFunc, char* msg);
|
|
|
|
/*================================= END OF FILE =================================*/ |