mousetool.inl

Go to the documentation of this file.
00001 /*  
00002  *      mousetool.h - def_generics for the operations on MouseTool
00003  *
00004  *          Copyright � John Wainwright 1996
00005  */
00006 #pragma warning(push)
00007 #pragma warning(disable:4100)
00008 
00009     def_visible_primitive(start_tool,   "startTool");
00010     def_visible_primitive(stop_tool,    "stopTool");
00011 
00012 #pragma warning(pop)