EHS
Anchor.h
Go to the documentation of this file.
1#pragma once
2
3#include "EHS.h"
4
5namespace ehs
6{
7 enum class Anchor : UInt_8
8 {
17 CENTER
18 };
19}
Definition: Anchor.h:6
unsigned char UInt_8
Definition: Types.h:43
Anchor
Definition: Anchor.h:8