mirror of
https://gitlab.com/hashborgir/plugy.git
synced 2024-12-02 13:36:02 +00:00
16 lines
456 B
C
16 lines
456 B
C
|
/*=================================================================
|
||
|
File created by Yohann NICOLAS.
|
||
|
|
||
|
Updating Server.
|
||
|
|
||
|
=================================================================*/
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
#include "common.h"
|
||
|
#include "D2functions.h"
|
||
|
|
||
|
__inline void updateServer(WORD p) {if (!onRealm) D2SendToServer3(0x3A, p);};
|
||
|
void Install_UpdateServer();
|
||
|
|
||
|
/*================================= END OF FILE =================================*/
|