view Renderer/Simple/SimpleEngine.h @ 422:976ca6f00d65

comment
author game@henri.cr.ie.u-ryukyu.ac.jp
date Thu, 24 Sep 2009 12:35:32 +0900
parents df32980116bd
children
line wrap: on
line source

class SimpleEngine : RenderingEngine {
public:
    SimpleEngine(int width, int height, int bpp);
};