view Renderer/Engine/spe/InitKey.cc @ 870:79b2d56aa27a

fix SceneGraphRoot::set_game_task.
author tkaito
date Tue, 29 Jun 2010 04:23:52 +0900
parents 496a8159e840
children
line wrap: on
line source

#include <stdlib.h>
#include <string.h>
#include "InitKey.h"
#include "Func.h"
#include "KeyStat.h"
#include "SchedTask.h"

SchedDefineTask(InitKey);

static int
run(SchedTask *smanager, void *rbuf , void *wbuf)
{
    
    /*void *key = */ smanager->global_alloc(KEY_STATUS, sizeof(key_stat));
    
    return 0;
}