Mercurial > hg > Game > Cerium
comparison TaskManager/Test/simple_render/viewer.h @ 70:178459e03f5c
*** empty log message ***
author | gongo |
---|---|
date | Mon, 18 Feb 2008 01:13:00 +0900 |
parents | 64ef030deb22 |
children | 9b96b190cb73 |
comparison
equal
deleted
inserted
replaced
69:c9b973f0673e | 70:178459e03f5c |
---|---|
17 #endif | 17 #endif |
18 */ | 18 */ |
19 | 19 |
20 class Viewer{ | 20 class Viewer{ |
21 public: | 21 public: |
22 ~Viewer(void) { run_finish();} | |
22 | 23 |
23 int width; | 24 int width; |
24 int height; | 25 int height; |
25 int bpp; | 26 int bpp; |
26 int rgb_size[3]; | 27 int rgb_size[3]; |