mirror of
https://gitlab.com/hashborgir/plugy.git
synced 2024-12-02 13:36:02 +00:00
16 lines
409 B
C
16 lines
409 B
C
|
/*=================================================================
|
||
|
File created by Yohann NICOLAS.
|
||
|
|
||
|
Updating Client.
|
||
|
|
||
|
=================================================================*/
|
||
|
|
||
|
#ifndef __UPDATECLIENT_H__INCLUDED
|
||
|
#define __UPDATECLIENT_H__INCLUDED
|
||
|
|
||
|
#include "common.h"
|
||
|
|
||
|
void Install_UpdateClient();
|
||
|
void updateClient(Unit* ptChar, DWORD mFunc, DWORD p1, DWORD p2, DWORD p3);
|
||
|
|
||
|
#endif
|