mirror of
https://github.com/w23/xash3d-fwgs
synced 2024-12-16 22:20:01 +01:00
8 lines
126 B
C
8 lines
126 B
C
#pragma once
|
|
#ifdef USE_AFTERMATH
|
|
#include "xash3d_types.h"
|
|
|
|
qboolean VK_AftermathInit();
|
|
void VK_AftermathShutdown();
|
|
#endif
|