EHS
Dock.h
Go to the documentation of this file.
1#pragma once
2
3namespace ehs
4{
5 enum class Dock
6 {
7 NONE,
8 FILL
9 };
10}
Definition: Anchor.h:6
Dock
Definition: Dock.h:6