12 lines
132 B
C
12 lines
132 B
C
|
#include "system/includes.h"
|
||
|
#include "generic/log.h"
|
||
|
#include "app_config.h"
|
||
|
|
||
|
_INLINE_
|
||
|
int app_version_check()
|
||
|
{
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
|