view example/cube/CubeTask.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 CubeTask : Task {
    void update(CubeDataPack *input, CubeDataPack *output);
    
};