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 INVENTORYCOMPONENT_H
#define INVENTORYCOMPONENT_H
#include <map>
#include <stack>
@@ -448,5 +445,3 @@ private:
*/
void UpdatePetXml(tinyxml2::XMLDocument* document);
};
#endif