QGis namespace declarations

git-svn-id: http://svn.osgeo.org/qgis/trunk@75 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
gsherman 2002-07-30 05:41:49 +00:00
parent 71bcfcee71
commit f8c976fe94

13
qgis/src/qgis.h Normal file
View File

@ -0,0 +1,13 @@
#ifndef QGIS_H
#define QGIS_H
namespace QGis {
enum MapTools {
ZoomIn,
ZoomOut,
Pan,
Distance,
Identify
};
}
#endif