view Renderer/Simple/SimpleEngine.h @ 254:ec52ff39e140

rm -f *.a
author tkaito@localhost.localdomain
date Wed, 03 Jun 2009 14:50:21 +0900
parents df32980116bd
children
line wrap: on
line source

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