view Renderer/Engine/task/Move.cc @ 638:671fca057ad3

hmmmm
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Thu, 19 Nov 2009 18:18:20 +0900
parents 735f76483bb2
children
line wrap: on
line source

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

SchedDefineTask(Move);

static int
run(SchedTask *s,void *rbuf, void *wbuf)
{
    //sgroot->updateControllerState();
    //sgroot->speExecute(width, height);

    return 0;
}