summaryrefslogtreecommitdiff
path: root/src/enums/simpletypes/allplayers.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-05-24 19:11:06 +0300
committerAndrei Karas <akaras@inbox.ru>2015-05-24 19:11:06 +0300
commitde07739d70433e16819ee8096e61d50c8a420432 (patch)
tree235dbf325a8e31ef3e55dacc770317428b7cdd9a /src/enums/simpletypes/allplayers.h
parent15004b64d4fac07d91076e38c5a3031cc373d619 (diff)
downloadplus-de07739d70433e16819ee8096e61d50c8a420432.tar.gz
plus-de07739d70433e16819ee8096e61d50c8a420432.tar.bz2
plus-de07739d70433e16819ee8096e61d50c8a420432.tar.xz
plus-de07739d70433e16819ee8096e61d50c8a420432.zip
Move type AllPlayers into separate file.
Diffstat (limited to 'src/enums/simpletypes/allplayers.h')
-rw-r--r--src/enums/simpletypes/allplayers.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/enums/simpletypes/allplayers.h b/src/enums/simpletypes/allplayers.h
new file mode 100644
index 000000000..10b746a6f
--- /dev/null
+++ b/src/enums/simpletypes/allplayers.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_ALLPLAYERS_H
+#define ENUMS_SIMPLETYPES_ALLPLAYERS_H
+
+#include "enums/simpletypes/simpledefines.h"
+
+defBoolEnum(AllPlayers);
+
+#endif // ENUMS_SIMPLETYPES_ALLPLAYERS_H