view Renderer/Engine/task/Draw.cc @ 606:32a7260fad2f

32bit/64bit ABI (64 bit is not tested yet). 64bit ABI requires 64bit SDL library etc.
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 07 Nov 2009 18:05:52 +0900
parents 735f76483bb2
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;
}