xash3d-fwgs/ref_vk/vk_nv_aftermath.h

8 lines
126 B
C
Raw Normal View History

#pragma once
2021-06-06 23:17:35 +02:00
#ifdef USE_AFTERMATH
#include "xash3d_types.h"
qboolean VK_AftermathInit();
void VK_AftermathShutdown();
2021-06-06 23:17:35 +02:00
#endif