summaryrefslogtreecommitdiff
path: root/src/enums/simpletypes/equipped.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-05-24 16:52:19 +0300
committerAndrei Karas <akaras@inbox.ru>2015-05-24 16:52:19 +0300
commitb00b2fb5f1a827508f42f95feb0c0510a118914c (patch)
treeccb33815a7849c39fe831397b8e2d85adf449cce /src/enums/simpletypes/equipped.h
parentc16a7324e5f2ff59d07dc9d5b5f6d91dc84bfcba (diff)
downloadplus-b00b2fb5f1a827508f42f95feb0c0510a118914c.tar.gz
plus-b00b2fb5f1a827508f42f95feb0c0510a118914c.tar.bz2
plus-b00b2fb5f1a827508f42f95feb0c0510a118914c.tar.xz
plus-b00b2fb5f1a827508f42f95feb0c0510a118914c.zip
Move type Equipped into separate file.
Diffstat (limited to 'src/enums/simpletypes/equipped.h')
-rw-r--r--src/enums/simpletypes/equipped.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/enums/simpletypes/equipped.h b/src/enums/simpletypes/equipped.h
new file mode 100644
index 000000000..569691fc1
--- /dev/null
+++ b/src/enums/simpletypes/equipped.h
@@ -0,0 +1,28 @@
+/*
+ * The ManaPlus Client
+ * Copyright (C) 2015 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 <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef ENUMS_SIMPLETYPES_EQUIPPED_H
+#define ENUMS_SIMPLETYPES_EQUIPPED_H
+
+#include "enums/simpletypes/simpledefines.h"
+
+defBoolEnum(Equipped);
+
+#endif // ENUMS_SIMPLETYPES_EQUIPPED_H