| 1 | // Aseprite |
|---|---|
| 2 | // Copyright (C) 2001-2016 David Capello |
| 3 | // |
| 4 | // This program is distributed under the terms of |
| 5 | // the End-User License Agreement for Aseprite. |
| 6 | |
| 7 | #ifndef APP_UI_EDITOR_PIVOT_HELPERS_H_INCLUDED |
| 8 | #define APP_UI_EDITOR_PIVOT_HELPERS_H_INCLUDED |
| 9 | #pragma once |
| 10 | |
| 11 | namespace app { |
| 12 | class Transformation; |
| 13 | |
| 14 | void set_pivot_from_preferences(Transformation& t); |
| 15 | |
| 16 | } // namespace app |
| 17 | |
| 18 | #endif |
| 19 |