khanat-opennel-code/code/nel/tools/3d/tile_edit/PIC/readpic.h

26 lines
473 B
C
Raw Normal View History

2010-05-06 00:08:41 +00:00
#ifndef _READPIC_H_
#define _READPIC_H_
#ifdef _MSC_VER
#pragma warning(disable:4786)
#endif
#include <string>
#include <vector>
using namespace std;
#include <nel/misc/types_nl.h>
#include <nel/misc/rgba.h>
//============================================================
// API.
//============================================================
bool PIC_LoadPic(string Path, vector<NLMISC::CBGRA> &Tampon, uint &Width, uint &Height);
#endif