view example/mainMem/spe/Hello.h @ 870:79b2d56aa27a

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

#ifndef INCLUDED_TASK_HELLO
#define INCLUDED_TASK_HELLO

#ifndef INCLUDED_SCHED_TASK
#  include "SchedTask.h"
#endif

/*
class Hello : public SchedTask {
public:
    SchedConstructor(Hello);
    
    int run(void *r, void *w);
};
 */

#endif