mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-06 10:44:08 +00:00
Implement Precompiled Headers (#591)
When applied, this will speed up compile times dramatically.
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#ifndef BEHAVIORSLOT_H
|
||||
#define BEHAVIORSLOT_H
|
||||
|
||||
enum class BehaviorSlot
|
||||
{
|
||||
Invalid = -1,
|
||||
@@ -9,3 +12,5 @@ enum class BehaviorSlot
|
||||
Head,
|
||||
Consumable
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user