mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 05:14:45 +00:00
Minor changes to header files
This commit is contained in:
parent
adb537614f
commit
410a4df7f7
@ -8,12 +8,13 @@
|
|||||||
#include "config.h"
|
#include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include "app/script/script_input_chain.h"
|
||||||
|
|
||||||
#include "app/app.h"
|
#include "app/app.h"
|
||||||
#include "app/cmd/deselect_mask.h"
|
#include "app/cmd/deselect_mask.h"
|
||||||
#include "app/cmd/remap_colors.h"
|
#include "app/cmd/remap_colors.h"
|
||||||
#include "app/commands/commands.h"
|
#include "app/commands/commands.h"
|
||||||
#include "app/context_access.h"
|
#include "app/context_access.h"
|
||||||
#include "app/script/script_input_chain.h"
|
|
||||||
#include "app/site.h"
|
#include "app/site.h"
|
||||||
#include "app/tx.h"
|
#include "app/tx.h"
|
||||||
#include "app/util/clipboard.h"
|
#include "app/util/clipboard.h"
|
||||||
|
@ -4,12 +4,14 @@
|
|||||||
// This program is distributed under the terms of
|
// This program is distributed under the terms of
|
||||||
// the End-User License Agreement for Aseprite.
|
// the End-User License Agreement for Aseprite.
|
||||||
|
|
||||||
#ifdef ENABLE_SCRIPTING
|
|
||||||
|
|
||||||
#ifndef APP_SCRIPT_SCRIPT_INPUT_CHAIN_H_INCLUDED
|
#ifndef APP_SCRIPT_SCRIPT_INPUT_CHAIN_H_INCLUDED
|
||||||
#define APP_SCRIPT_SCRIPT_INPUT_CHAIN_H_INCLUDED
|
#define APP_SCRIPT_SCRIPT_INPUT_CHAIN_H_INCLUDED
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#ifndef ENABLE_SCRIPTING
|
||||||
|
#error ENABLE_SCRIPTING must be defined
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "app/ui/input_chain_element.h"
|
#include "app/ui/input_chain_element.h"
|
||||||
|
|
||||||
namespace app {
|
namespace app {
|
||||||
@ -34,5 +36,5 @@ namespace app {
|
|||||||
};
|
};
|
||||||
|
|
||||||
} // namespace app
|
} // namespace app
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user