atmospherics.inl

Go to the documentation of this file.
00001 /*  
00002  *      atmospherics.h - def_generics for the operations on MAX atmosphere objects
00003  *
00004  *          Copyright � John Wainwright 1996
00005  *
00006  */
00007  
00008 /* gizmo operations */
00009 #pragma warning(push)
00010 #pragma warning(disable:4100)
00011 
00012 #ifndef NO_ATMOSPHERICS
00013     def_visible_generic_debug_ok    ( getGizmo,     "getGizmo");
00014     def_visible_generic             ( deleteGizmo,  "deleteGizmo");
00015     def_visible_generic             ( appendGizmo,  "appendGizmo");
00016 #endif // NO_ATMOSPHERICS
00017 
00018 #pragma warning(pop)