diff nodejs/mbfly_njs.cc @ 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
line wrap: on
line diff
--- a/nodejs/mbfly_njs.cc	Mon Jul 26 09:39:51 2010 +0800
+++ b/nodejs/mbfly_njs.cc	Mon Jul 26 09:50:44 2010 +0800
@@ -148,6 +148,7 @@
     xnjsmb_shapes_init_mb_rt_temp(mb_rt_func);
     xnjsmb_paints_init_mb_rt_temp(mb_rt_func);
     xnjsmb_font_init_mb_rt_temp(mb_rt_func);
+    xnjsmb_img_ldr_init_mb_rt_temp(mb_rt_func);
     
     target->Set(String::New("mb_rt"), mb_rt_func->GetFunction());    
 }