DarkflameServer/dCommon/dEnums/dpCommon.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
87 B
C
Raw Normal View History

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