Made projects use PCHs

This commit is contained in:
Pasha Bibko
2025-05-05 17:17:33 +01:00
parent c64a2c692c
commit 0f11fe006b
24 changed files with 84 additions and 21 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
#pragma once
#include <LX-Common.h>
// Lexer foward declares fstream components so we can use them here //
#include <Lexer.h>
#include <LX-Common.h>
// Foward declares the wrapper around the LLVM objects we need to pass around //
namespace LX { struct InfoLLVM; }
+2
View File
@@ -0,0 +1,2 @@
// Wow, such an intresting file. Don't put anything else in here //
#include <LX-Common.h>