view Renderer/Engine/task/DrawBack.h @ 1047:6a80ca9a65d9

broken texure ( h/w != 2^n ) protection
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 08 Dec 2010 05:38:45 +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