view TaskManager/Test/test_render/task/ShowTime.h @ 326:fbd7337bf220 draft

add test_render/{spe, task}/ShowTime.cpp but incomplete
author aaa
date Thu, 11 Jun 2009 22:47:00 +0900
parents
children 60f44d3ea452
line wrap: on
line source

#ifndef INCLUDED_TASK_SHOW_TIME
#define INCLUDED_TASK_SHOW_TIME

#include "SchedTask.h"

class ShowTime : public SchedTask {
public:
    SchedConstructor(ShowTime);

    int run(void *r, void *w);
};

#endif