Anim 0.1
Loading...
Searching...
No Matches
load_texture.h
1#ifndef _LOAD_TEXTURE_H
2#define _LOAD_TEXTURE_H
3
4#include <system/platform.h>
5
6// FUNCTION PROTOTYPES
7gef::Texture * CreateTextureFromPNG(char const * png_filename, gef::Platform const & platform);
8
9#endif // _LOAD_TEXTURE_H