Mercurial > hg > Game > Cerium
view example/cube/RenderingEngine.h @ 0:df32980116bd
Initial revision
author | gongo |
---|---|
date | Sat, 02 Feb 2008 19:15:39 +0900 |
parents | |
children |
line wrap: on
line source
class RenderingEngine { public: RenderingEngine(); void init(int width, int height, int bpp); };