mirror of
https://github.com/Squareville/TestEventServer.git
synced 2026-02-07 03:18:36 -06:00
8 lines
87 B
C
8 lines
87 B
C
#pragma once
|
|
|
|
enum class dpShapeType : unsigned short {
|
|
Invalid = 0,
|
|
Sphere,
|
|
Box
|
|
};
|