Implement Precompiled Headers (#591)

When applied, this will speed up compile times dramatically.
This commit is contained in:
David Markowitz
2022-07-04 15:24:45 -07:00
committed by GitHub
parent 6e2936504c
commit 8a54e7ccd2
10 changed files with 98 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
#pragma once
#ifndef MISSIONTASK_H
#define MISSIONTASK_H
#include "CDMissionTasksTable.h"
#include "MissionTaskType.h"
#include "dCommonVars.h"
@@ -180,3 +183,5 @@ private:
*/
void CheckCompletion() const;
};
#endif