mirror of https://github.com/aseprite/aseprite.git
16 lines
403 B
C
16 lines
403 B
C
// Aseprite
|
|
// Copyright (C) 2018-2025 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 36
|
|
|
|
#endif
|