Mercurial > hg > Members > kono > Cerium
diff TaskManager/Test/simple_render/viewer.h @ 49:64ef030deb22
*** empty log message ***
author | gongo |
---|---|
date | Fri, 15 Feb 2008 18:51:35 +0900 |
parents | 70a0ac46133e |
children | 178459e03f5c |
line wrap: on
line diff
--- a/TaskManager/Test/simple_render/viewer.h Fri Feb 15 16:09:42 2008 +0900 +++ b/TaskManager/Test/simple_render/viewer.h Fri Feb 15 18:51:35 2008 +0900 @@ -45,9 +45,9 @@ void write_triangle(float x1, float y1, float x2, float y2, float x3, float y3, Uint32 rgb); void clean_pixels(); void graph_line(); - void run(); - void run_init(); - + + //void run(); + void run_init(); void run_loop(); void run_finish(); void run_draw();