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 INVENTORY_H
#define INVENTORY_H
#include <map>
#include <vector>
@@ -185,5 +182,3 @@ private:
*/
static std::vector<LOT> m_GameMasterRestrictedItems;
};
#endif