mirror of
https://github.com/ZDoom/ZDRay.git
synced 2024-11-24 21:01:15 +00:00
Fix Linux/macOS build
This commit is contained in:
parent
bfbf97c2f6
commit
525365637c
1 changed files with 4 additions and 0 deletions
|
@ -24,6 +24,10 @@
|
|||
extern bool VKDebug;
|
||||
extern bool NoRtx;
|
||||
|
||||
#ifndef _WIN32
|
||||
#include <dlfcn.h>
|
||||
#endif
|
||||
|
||||
RENDERDOC_API_1_4_2* rdoc_api;
|
||||
|
||||
void LoadRenderDoc()
|
||||
|
|
Loading…
Reference in a new issue