view Renderer/DataPack/DataPackEngine.h @ 542:4bd51a6f6d08

merge
author tkaito@henri.cr.ie.u-ryukyu.ac.jp
date Wed, 21 Oct 2009 20:41:03 +0900
parents df32980116bd
children
line wrap: on
line source

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