mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
11 lines
151 B
C++
11 lines
151 B
C++
#include "filesystem_test_common.h"
|
|
#include "VFileSystem009.h"
|
|
|
|
int main()
|
|
{
|
|
if( !LoadFilesystem() )
|
|
return EXIT_FAILURE;
|
|
|
|
return EXIT_SUCCESS;
|
|
}
|