forked from metin2/client
7 lines
130 B
C
7 lines
130 B
C
|
#pragma once
|
||
|
|
||
|
#if defined(CHECK_LATEST_DATA_FILES)
|
||
|
bool CheckLatestFiles( void );
|
||
|
bool CheckLatestFiles_PollEvent( void );
|
||
|
#endif
|