]> Shamusworld >> Repos - architektonas/blobdiff - src/global.cpp
Added miscellaneous features.
[architektonas] / src / global.cpp
index 8dc2f98d76693b99c3470746288355119590e3de..e408a5deb2eb7ac53e9a469c3ee39fc0ee095535 100644 (file)
@@ -38,6 +38,11 @@ Vector Global::screenSize(200.0, 200.0);
 
 float Global::scale = 0.5;
 
+float Global::penWidth = 1.0;
+int Global::penStyle = 1;
+uint32_t Global::penColor = 0x000000;
+bool Global::penStamp = false;
+
 Point Global::intersectPoint[16]; // Overkill, yes
 double Global::intersectParam[16]; // Ditto
 int Global::numIntersectPoints = 0;