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 BEHAVIORSLOT_H
#define BEHAVIORSLOT_H
enum class BehaviorSlot
{
Invalid = -1,
@@ -12,5 +9,3 @@ enum class BehaviorSlot
Head,
Consumable
};
#endif