plugy/PlugY/updateServer.h

15 lines
379 B
C
Raw Normal View History

/*=================================================================
File created by Yohann NICOLAS.
Updating Server.
=================================================================*/
#pragma once
#include "common.h"
2021-01-04 07:07:29 +00:00
void updateServer(WORD p);
void Install_UpdateServer();
/*================================= END OF FILE =================================*/