MeshTex  3.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
PluginProperties.h
Go to the documentation of this file.
1 
8 /*
9  * Copyright 2012 Joel Baxter
10  *
11  * This file is part of MeshTex.
12  *
13  * MeshTex is free software: you can redistribute it and/or modify
14  * it under the terms of the GNU General Public License as published by
15  * the Free Software Foundation, either version 3 of the License, or
16  * (at your option) any later version.
17  *
18  * MeshTex is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21  * GNU General Public License for more details.
22  *
23  * You should have received a copy of the GNU General Public License
24  * along with MeshTex. If not, see <http://www.gnu.org/licenses/>.
25  */
26 
27 #if !defined(INCLUDED_PLUGINPROPERTIES_H)
28 #define INCLUDED_PLUGINPROPERTIES_H
29 
30 #include "UtilityMacros.h"
31 
32 #define PLUGIN_NAME "MeshTex"
33 #define PLUGIN_VERSION_MAJOR_NUMERIC 3
34 #define PLUGIN_VERSION_MINOR_NUMERIC 0
35 #define PLUGIN_VERSION STRINGIFY_MACRO(PLUGIN_VERSION_MAJOR_NUMERIC) "." STRINGIFY_MACRO(PLUGIN_VERSION_MINOR_NUMERIC)
36 #define PLUGIN_AUTHOR "Joel Baxter"
37 #define PLUGIN_AUTHOR_EMAIL "joel.baxter@neogeographica.com"
38 #define PLUGIN_COPYRIGHT_DATE "2012"
39 #define PLUGIN_DESCRIPTION "Align and scale textures on patch meshes"
40 #define PLUGIN_FILE_BASENAME "meshtex"
41 #define PLUGIN_FILE_DESCRIPTION "patch mesh texturing plugin for GtkRadiant 1.5"
42 
43 #endif // #if !defined(INCLUDED_PLUGINPROPERTIES_H)