From 100148078f48bd98eadda1fe5269698b7b9b31e7 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 11 Dec 2014 12:19:02 +0300 Subject: Add missing file. --- src/resources/beingmenuitem.h | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 src/resources/beingmenuitem.h (limited to 'src/resources/beingmenuitem.h') diff --git a/src/resources/beingmenuitem.h b/src/resources/beingmenuitem.h new file mode 100644 index 000000000..4aec4a0f2 --- /dev/null +++ b/src/resources/beingmenuitem.h @@ -0,0 +1,40 @@ +/* + * The ManaPlus Client + * Copyright (C) 2012-2014 The ManaPlus Developers + * + * This file is part of The ManaPlus Client. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + +#ifndef RESOURCES_BEINGMENUITEM_H +#define RESOURCES_BEINGMENUITEM_H + +#include "resources/image.h" + +#include + +struct BeingMenuItem final +{ + BeingMenuItem(const std::string &name0, const std::string &command0) : + name(name0), + command(command0) + { + } + + std::string name; + std::string command; +}; + +#endif // RESOURCES_BEINGMENUITEM_H -- cgit v1.2.3-60-g2f50