view Renderer/Simple/SimpleEngine.h @ 135:ac436cebae2a draft

remove xml file
author gongo@charles.cr.ie.u-ryukyu.ac.jp
date Thu, 27 Nov 2008 16:19:50 +0900
parents df32980116bd
children
line wrap: on
line source

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