00001 /* 00002 * texture_map_protocol.h - def_generics for the operations on MAX texture maps 00003 * 00004 * Copyright � John Wainwright 1997 00005 * 00006 */ 00007 00008 #pragma warning(push) 00009 #pragma warning(disable:4100) 00010 00011 def_visible_generic ( render_map, "renderMap"); 00012 00013 #pragma warning(pop)