forked from metin2/client
1
0
Fork 0
client/UserInterface/CheckLatestFiles.h

7 lines
130 B
C
Raw Normal View History

#pragma once
#if defined(CHECK_LATEST_DATA_FILES)
bool CheckLatestFiles( void );
bool CheckLatestFiles_PollEvent( void );
#endif