annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
df32980116bd Initial revision
gongo
parents:
diff changeset
1 class DataPackEngine : RenderingEngine {
df32980116bd Initial revision
gongo
parents:
diff changeset
2 public:
df32980116bd Initial revision
gongo
parents:
diff changeset
3 DataPackEngine(int width, int height, int bpp);
df32980116bd Initial revision
gongo
parents:
diff changeset
4 };