mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-29 19:20:09 +00:00
Add missing src/render/onionskin_position.h file
This commit is contained in:
parent
bf54fd26d3
commit
1b217f257c
20
src/render/onionskin_position.h
Normal file
20
src/render/onionskin_position.h
Normal file
@ -0,0 +1,20 @@
|
||||
// Aseprite Render Library
|
||||
// Copyright (c) 2001-2015 David Capello
|
||||
//
|
||||
// This file is released under the terms of the MIT license.
|
||||
// Read LICENSE.txt for more information.
|
||||
|
||||
#ifndef RENDER_ONIONSKIN_POSITION_H_INCLUDED
|
||||
#define RENDER_ONIONSKIN_POSITION_H_INCLUDED
|
||||
#pragma once
|
||||
|
||||
namespace render {
|
||||
|
||||
enum class OnionskinPosition {
|
||||
BEHIND,
|
||||
INFRONT,
|
||||
};
|
||||
|
||||
} // namespace render
|
||||
|
||||
#endif
|
Loading…
x
Reference in New Issue
Block a user