xash3d-fwgs/ref_vk/vk_nv_aftermath.h

8 lines
126 B
C

#pragma once
#ifdef USE_AFTERMATH
#include "xash3d_types.h"
qboolean VK_AftermathInit();
void VK_AftermathShutdown();
#endif