DarkflameServer/dPhysics/dpCommon.h
2022-07-28 08:39:57 -05:00

8 lines
87 B
C

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