Mercurial > hg > Members > kono > Cerium
view example/cube/RenderingEngine.h @ 89:a309cf4eafc5
*** empty log message ***
author | gongo |
---|---|
date | Wed, 27 Feb 2008 17:26:40 +0900 |
parents | df32980116bd |
children |
line wrap: on
line source
class RenderingEngine { public: RenderingEngine(); void init(int width, int height, int bpp); };