plugy/PlugY/updateServer.h
2021-01-04 08:07:29 +01:00

15 lines
379 B
C

/*=================================================================
File created by Yohann NICOLAS.
Updating Server.
=================================================================*/
#pragma once
#include "common.h"
void updateServer(WORD p);
void Install_UpdateServer();
/*================================= END OF FILE =================================*/