mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-09 18:44:46 +00:00
16 lines
405 B
C
16 lines
405 B
C
// Aseprite
|
|
// Copyright (C) 2018-2021 Igara Studio S.A.
|
|
//
|
|
// This program is distributed under the terms of
|
|
// the End-User License Agreement for Aseprite.
|
|
|
|
#ifndef APP_SCRIPT_API_VERSION_HELPER_H_INCLUDED
|
|
#define APP_SCRIPT_API_VERSION_HELPER_H_INCLUDED
|
|
#pragma once
|
|
|
|
// Increment this value if the scripting API is modified between two
|
|
// released Aseprite versions.
|
|
#define API_VERSION 16
|
|
|
|
#endif
|