aseprite/src/app/commands/command_ids.h
2017-12-01 15:10:21 -03:00

20 lines
364 B
C++

// Aseprite
// Copyright (C) 2017 David Capello
//
// This program is distributed under the terms of
// the End-User License Agreement for Aseprite.
#ifndef APP_COMMANDS_COMMAND_IDS_H_INCLUDED
#define APP_COMMANDS_COMMAND_IDS_H_INCLUDED
#pragma once
#include "command_ids.ini.h"
namespace app {
typedef gen::CommandId CommandId;
} // namespace app
#endif