Max 5 API Reference
00001 /* 00002 jit.class.h 00003 00004 Copyright 2001-2005 - Cycling '74 00005 Joshua Kit Clayton jkc@cycling74.com 00006 00007 */ 00008 00009 #ifndef __JIT_CLASS_H__ 00010 #define __JIT_CLASS_H__ 00011 00012 /* 00013 old way 00014 typedef struct _jit_class 00015 { 00016 t_jit_object ob; 00017 t_max_class maxclass; 00018 t_max_messlist **messlist; 00019 t_jit_linklist *attrlist; 00020 t_jit_linklist *adornmentlist; 00021 } t_jit_class; 00022 */ 00023 00024 typedef t_class t_jit_class; 00025 00026 #endif //__JIT_CLASS_H__
Copyright © 2008, Cycling '74