view TaskManager/Test/test_render/task/Load_Texture.cpp @ 157:8e22fd25befb

fix
author gongo@henri.cr.ie.u-ryukyu.ac.jp
date Thu, 04 Dec 2008 15:51:47 +0900
parents 8a33f4859ed8
children c8b868871dce
line wrap: on
line source

#include <stdlib.h>
#include <string.h>
#include "Load_Texture.h"
#include "texture.h"
#include "Func.h"

SchedDefineTask(LoadTexture);

int 
LoadTexture::run(void *rbuf , void *wbuf) 
{
    return 0;
}