view example/cube/RenderingEngine.h @ 602:1733f3cbfa28

64bit mode try... not worked.
author e075740@nw0740.st.ie.u-ryukyu.ac.jp
date Fri, 06 Nov 2009 21:20:26 +0900
parents df32980116bd
children
line wrap: on
line source

class RenderingEngine {
public:
    RenderingEngine();

    void init(int width, int height, int bpp);
};