mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-30 06:32:42 +00:00
Move tools/ink_type.h to settings/
This commit is contained in:
parent
add0d9bf06
commit
b7d03ded07
@ -16,8 +16,8 @@
|
|||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef TOOLS_INK_TYPE_H_INCLUDED
|
#ifndef SETTINGS_INK_TYPE_H_INCLUDED
|
||||||
#define TOOLS_INK_TYPE_H_INCLUDED
|
#define SETTINGS_INK_TYPE_H_INCLUDED
|
||||||
|
|
||||||
// If you change this enumeration, you should change update the
|
// If you change this enumeration, you should change update the
|
||||||
// ContextBar::InkTypeField() UI widget
|
// ContextBar::InkTypeField() UI widget
|
||||||
@ -33,4 +33,4 @@ enum InkType {
|
|||||||
kMaxInks
|
kMaxInks
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // TOOLS_INK_TYPE_H_INCLUDED
|
#endif // SETTINGS_INK_TYPE_H_INCLUDED
|
@ -23,7 +23,7 @@
|
|||||||
#include "gfx/point.h"
|
#include "gfx/point.h"
|
||||||
#include "gfx/rect.h"
|
#include "gfx/rect.h"
|
||||||
#include "raster/pen_type.h"
|
#include "raster/pen_type.h"
|
||||||
#include "tools/ink_type.h"
|
#include "settings/ink_type.h"
|
||||||
|
|
||||||
class Document;
|
class Document;
|
||||||
class IDocumentSettings;
|
class IDocumentSettings;
|
||||||
|
@ -23,10 +23,10 @@
|
|||||||
#include "modules/gui.h"
|
#include "modules/gui.h"
|
||||||
#include "raster/image.h"
|
#include "raster/image.h"
|
||||||
#include "raster/pen.h"
|
#include "raster/pen.h"
|
||||||
|
#include "settings/ink_type.h"
|
||||||
#include "settings/settings.h"
|
#include "settings/settings.h"
|
||||||
#include "skin/skin_theme.h"
|
#include "skin/skin_theme.h"
|
||||||
#include "tools/ink.h"
|
#include "tools/ink.h"
|
||||||
#include "tools/ink_type.h"
|
|
||||||
#include "tools/point_shape.h"
|
#include "tools/point_shape.h"
|
||||||
#include "tools/tool.h"
|
#include "tools/tool.h"
|
||||||
#include "ui/button.h"
|
#include "ui/button.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user