Mercurial > MadButterfly
diff nodejs/mbfly_njs.h @ 567:a12c3448afb6 Android_Skia
Add dummy paint_color templates
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Wed, 09 Jun 2010 12:28:03 +0800 |
parents | c0bc60448913 |
children | 97159102f886 |
line wrap: on
line diff
--- a/nodejs/mbfly_njs.h Tue Jun 08 09:08:23 2010 +0800 +++ b/nodejs/mbfly_njs.h Wed Jun 09 12:28:03 2010 +0800 @@ -26,5 +26,7 @@ /* From shapes.cc */ void xnjsmb_shapes_init_mb_rt_temp(v8::Handle<v8::FunctionTemplate> rt_temp); +/* From paints.cc */ +void xnjsmb_paints_init_mb_rt_temp(v8::Handle<v8::FunctionTemplate> rt_temp); #endif /* __MBFLY_NJS_H_ */