view Renderer/test_render/task/update_sgp.hpp @ 327:c8edba9cabb7 draft

add test_render/show_time.{cpp,h} {spe,task}/ShowTime.{cpp,h} but incomplete
author aaa
date Fri, 12 Jun 2009 02:07:06 +0900
parents 15bfacccde99
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);
};