DarkflameServer/dPhysics/dpCommon.h
2021-12-05 18:54:36 +01:00

7 lines
86 B
C

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