Mercurial > hg > Members > kono > Cerium
diff TaskManager/Test/simple_pack/viewer.h @ 68:35a6cf176c38
*** empty log message ***
author | chiaki |
---|---|
date | Sun, 17 Feb 2008 21:45:07 +0900 |
parents | 0c8ae614d421 |
children |
line wrap: on
line diff
--- a/TaskManager/Test/simple_pack/viewer.h Sun Feb 17 19:04:29 2008 +0900 +++ b/TaskManager/Test/simple_pack/viewer.h Sun Feb 17 21:45:07 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();