comparison Renderer/Engine/task/Draw.cc @ 507:735f76483bb2

Reorganization..
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 12 Oct 2009 09:39:35 +0900
parents
children 5d23ffea34e3
comparison
equal deleted inserted replaced
506:1d4a8a86f26b 507:735f76483bb2
1 #include <stdlib.h>
2 #include <string.h>
3 #include "Draw.h"
4 #include "viewer_types.h"
5
6 SchedDefineTask(Draw);
7
8 static int
9 run(SchedTask *s,void *rbuf, void *wbuf)
10 {
11
12 return 0;
13 }