DarkflameServer/dPhysics/dpCommon.h

7 lines
86 B
C
Raw Normal View History

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