1// Aseprite
2// Copyright (C) 2017 David Capello
3//
4// This program is distributed under the terms of
5// the End-User License Agreement for Aseprite.
6
7#ifndef APP_COMMANDS_COMMAND_IDS_H_INCLUDED
8#define APP_COMMANDS_COMMAND_IDS_H_INCLUDED
9#pragma once
10
11#include "command_ids.ini.h"
12
13namespace app {
14
15 typedef gen::CommandId CommandId;
16
17} // namespace app
18
19#endif
20