nxdk_pgraph_tests
A collection of tests for the Xbox nv2a graphics processor
 
Loading...
Searching...
No Matches
file_util.h
1#ifndef NXDK_PGRAPH_TESTS_SRC_FILE_UTIL_H_
2#define NXDK_PGRAPH_TESTS_SRC_FILE_UTIL_H_
3
4#pragma clang diagnostic push
5#pragma clang diagnostic ignored "-Wmacro-redefined"
6#include <windows.h>
7#pragma clang diagnostic pop
8
16BOOL InstallCacheFile(LPCSTR lpExistingFileName, LPCSTR lpNewFileName, BOOL bFailIfExists);
17
18#endif // NXDK_PGRAPH_TESTS_SRC_FILE_UTIL_H_