comparison Renderer/test_render/task/update_sgp.hpp @ 283:55ea4465b1a2

fix test_render
author e065746@localhost.localdomain
date Fri, 05 Jun 2009 16:49:12 +0900
parents
children
comparison
equal deleted inserted replaced
282:ef061be0baff 283:55ea4465b1a2
1 #include "SchedTask.h"
2
3 class Update_SGP : public SchedTask {
4 public:
5 SchedConstructor(Update_SGP);
6
7 //int update_sgp(void *rbuf, void *wbuf);
8 int run(void *rbuf, void *wbuf);
9 };