Adjusted workflow.
This commit is contained in:
10
include/ehs/Dock.h
Normal file
10
include/ehs/Dock.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
namespace ehs
|
||||
{
|
||||
enum class Dock
|
||||
{
|
||||
NONE,
|
||||
FILL
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user