context menus, document refactoring, fixes
This commit is contained in:
10
src/types.h
10
src/types.h
@@ -15,10 +15,20 @@ namespace anm2ed::types::change
|
||||
ANIMATIONS,
|
||||
ITEMS,
|
||||
FRAMES,
|
||||
ALL,
|
||||
COUNT
|
||||
};
|
||||
}
|
||||
|
||||
namespace anm2ed::types::draw_order
|
||||
{
|
||||
enum Type
|
||||
{
|
||||
BELOW,
|
||||
ABOVE
|
||||
};
|
||||
}
|
||||
|
||||
namespace anm2ed::types::shortcut
|
||||
{
|
||||
enum Type
|
||||
|
||||
Reference in New Issue
Block a user