DarkflameServer/dCommon/dEnums/dpCommon.h
David Markowitz e2616c5f11
Move enums to a single directory
A technical change to move all emum files to a single directory
2022-11-26 14:22:00 -08:00

8 lines
87 B
C

#pragma once
enum class dpShapeType : unsigned short {
Invalid = 0,
Sphere,
Box
};