view 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
line wrap: on
line source

#include <stdlib.h>
#include <string.h>
#include "Draw.h"
#include "viewer_types.h"

SchedDefineTask(Draw);

static int
run(SchedTask *s,void *rbuf, void *wbuf)
{

    return 0;
}