view Renderer/Cell/Engine.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 CellEngine : RenderingEngine {
public:
    CellEngine(int width, int height, int bpp);
};