config: decouple header from pch

This commit is contained in:
Hyper
2024-10-21 22:30:11 +01:00
parent fae7591b53
commit 361cf21681
7 changed files with 8 additions and 2 deletions

View File

@@ -8,8 +8,9 @@
#include <xxHashMap.h>
#include <shader/shader_cache.h>
#include "video.h"
#include "gpu/video.h"
#include "ui/window.h"
#include "config.h"
#include "shader/copy_vs.hlsl.dxil.h"
#include "shader/copy_vs.hlsl.spirv.h"