mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-06 10:44:08 +00:00
Move enums to a single directory
A technical change to move all emum files to a single directory
This commit is contained in:
7
dCommon/dEnums/dpCommon.h
Normal file
7
dCommon/dEnums/dpCommon.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
enum class dpShapeType : unsigned short {
|
||||
Invalid = 0,
|
||||
Sphere,
|
||||
Box
|
||||
};
|
Reference in New Issue
Block a user