view Renderer/Simple/SimpleEngine.h @ 0:df32980116bd

Initial revision
author gongo
date Sat, 02 Feb 2008 19:15:39 +0900
parents
children
line wrap: on
line source

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