diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Renderer/test_render/task/update_sgp.hpp	Fri Jun 05 16:49:12 2009 +0900
@@ -0,0 +1,9 @@
+#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);
+};