Mercurial > hg > Members > kono > Cerium
view example/cube/RenderingEngine.h @ 540:c5a411c19e7e
merge
author | tkaito@henri.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Wed, 21 Oct 2009 20:02:23 +0900 |
parents | df32980116bd |
children |
line wrap: on
line source
class RenderingEngine { public: RenderingEngine(); void init(int width, int height, int bpp); };