comparison nodejs/mbfly_njs.h @ 638:683889344459

Skeleton of image loader for nodejs
author Thinker K.F. Li <thinker@branda.to>
date Mon, 26 Jul 2010 09:50:44 +0800
parents 97159102f886
children dc32c1c140ae
comparison
equal deleted inserted replaced
637:714cd6470bd9 638:683889344459
30 void xnjsmb_paints_init_mb_rt_temp(v8::Handle<v8::FunctionTemplate> rt_temp); 30 void xnjsmb_paints_init_mb_rt_temp(v8::Handle<v8::FunctionTemplate> rt_temp);
31 31
32 /* From font.cc */ 32 /* From font.cc */
33 void xnjsmb_font_init_mb_rt_temp(v8::Handle<v8::FunctionTemplate> mb_rt_temp); 33 void xnjsmb_font_init_mb_rt_temp(v8::Handle<v8::FunctionTemplate> mb_rt_temp);
34 34
35 /* From image_ldr.cc */
36 void
37 xnjsmb_img_ldr_init_mb_rt_temp(v8::Handle<v8::FunctionTemplate> mb_rt_temp);
38
35 #endif /* __MBFLY_NJS_H_ */ 39 #endif /* __MBFLY_NJS_H_ */