mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
synced 2024-12-01 18:34:34 +00:00
11 lines
106 B
C
11 lines
106 B
C
#ifndef TESTS_H_
|
|
#define TESTS_H_
|
|
|
|
#ifdef _WIN32
|
|
|
|
void Test();
|
|
|
|
#endif // #ifdef _WIN32
|
|
|
|
#endif
|