- do not include game specific stuff in the backend.

This commit is contained in:
Christoph Oelckers 2022-07-02 10:26:17 +02:00
parent 9002cdb61d
commit 7847a55d67

View file

@ -24,7 +24,7 @@
#include "vulkan/system/vk_builders.h"
#include "vulkan/system/vk_framebuffer.h"
#include "vulkan/system/vk_commandbuffer.h"
#include "doom_levelmesh.h"
#include "hw_levelmesh.h"
VkRaytrace::VkRaytrace(VulkanFrameBuffer* fb) : fb(fb)
{