view TaskManager/Test/test_render/task/DrawBack.h @ 467:44c0bce54dcf

fix all examples. test_render is not working now.
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Thu, 01 Oct 2009 19:25:25 +0900
parents 8611780d479f
children
line wrap: on
line source

#ifndef INCLUDED_TASK_DRAW_BACK
#define INCLUDED_TASK_DRAW_BACK

#include "SchedTask.h"


static    void linebuf_init(int *buf, int width, int rgb);

#endif