Implement Precompiled Headers

This commit is contained in:
EmosewaMC
2022-06-19 14:25:24 -07:00
parent 968114199b
commit d79d8d4991
10 changed files with 99 additions and 1 deletions

View File

@@ -1,5 +1,8 @@
#pragma once
#ifndef PROPERTYSELECTQUERY_H
#define PROPERTYSELECTQUERY_H
#include "Entity.h"
class PropertySelectQueryProperty final
@@ -24,3 +27,5 @@ public:
float PerformanceCost = 0; // The performance cost of the property
uint32_t PerformanceIndex = 0; // The performance index of the property? Always 0?
};
#endif