Go to the documentation of this file.
27 #if !defined(INCLUDED_PLUGINPROPERTIES_H)
28 #define INCLUDED_PLUGINPROPERTIES_H
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"
43 #endif // #if !defined(INCLUDED_PLUGINPROPERTIES_H)