mirror of
https://github.com/PashaBibko/LX.git
synced 2026-05-30 04:28:14 +00:00
Made projects use PCHs
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#include <LX-Common.h>
|
||||
|
||||
#include <Parser.h>
|
||||
|
||||
#include <AST.h>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include <Parser.h>
|
||||
|
||||
#include <LX-Common.h>
|
||||
|
||||
#include <Parser.h>
|
||||
|
||||
#include <AST.h>
|
||||
|
||||
namespace LX::AST
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include <AST.h>
|
||||
|
||||
#include <LX-Common.h>
|
||||
|
||||
#include <AST.h>
|
||||
|
||||
namespace LX::AST
|
||||
{
|
||||
void MultiNode::Log(std::ofstream* log, unsigned depth)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include <Parser.h>
|
||||
|
||||
#include <LX-Common.h>
|
||||
|
||||
#include <Parser.h>
|
||||
|
||||
#include <AST.h>
|
||||
|
||||
namespace LX
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include <Parser.h>
|
||||
|
||||
#include <LX-Common.h>
|
||||
|
||||
#include <Parser.h>
|
||||
|
||||
#include <AST.h>
|
||||
|
||||
namespace LX
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include <Parser.h>
|
||||
|
||||
#include <LX-Common.h>
|
||||
|
||||
#include <Parser.h>
|
||||
|
||||
namespace LX
|
||||
{
|
||||
void IRGenerationError::PrintToConsole() const
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include <Parser.h>
|
||||
|
||||
#include <LX-Common.h>
|
||||
|
||||
#include <Parser.h>
|
||||
|
||||
#include <AST.h>
|
||||
|
||||
namespace LX
|
||||
|
||||
Reference in New Issue
Block a user