1// Aseprite
2// Copyright (C) 2001-2015 David Capello
3//
4// This program is distributed under the terms of
5// the End-User License Agreement for Aseprite.
6
7#ifndef APP_MODULES_EDITORS_H_INCLUDED
8#define APP_MODULES_EDITORS_H_INCLUDED
9#pragma once
10
11namespace app {
12
13 class Editor;
14 extern Editor* current_editor;
15
16} // namespace app
17
18#endif
19