Revert "Implement Precompiled Headers"

This reverts commit d79d8d4991.
This commit is contained in:
EmosewaMC
2022-06-27 20:11:48 -07:00
parent 37de00464e
commit 0597faf308
10 changed files with 1 additions and 99 deletions

View File

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