comparison Renderer/Cell/Engine.h @ 0:df32980116bd

Initial revision
author gongo
date Sat, 02 Feb 2008 19:15:39 +0900
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:df32980116bd
1 class CellEngine : RenderingEngine {
2 public:
3 CellEngine(int width, int height, int bpp);
4 };