view Renderer/Engine/task/DrawBack.h @ 728:4f77768d7a7f

add Engine/ViewerDevice , SgRootChange not work
author aaa
date Sat, 19 Dec 2009 20:32:02 +0900
parents 735f76483bb2
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