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