mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 14:21:45 +00:00
20 lines
364 B
C++
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
|