view TaskManager/Test/test_render/task/update_sgp.hpp @ 224:ebfb9e389716

SceneGraph.cpp xmlcreate
author tkaito@nw0534.st.ie.u-ryukyu.ac.jp
date Tue, 10 Feb 2009 20:45:51 +0900
parents 5c194c71eca8
children
line wrap: on
line source

#include "SchedTask.h"

class Update_SGP : public SchedTask {
public:
    SchedConstructor(Update_SGP);

    //int update_sgp(void *rbuf, void *wbuf);
    int run(void *rbuf, void *wbuf);
};