NS/main/source/ui/loadpng.h
Ari Timonen 4f13237895 Update line endings
Change CRLF to LF in repo.
2018-04-22 18:55:55 +03:00

18 lines
450 B
C

//========= Copyright © 1996-2001, Valve LLC, All rights reserved. ============
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================
#ifndef LOADPNG_H
#define LOADPNG_H
#include "bitmappng.h"
#include "VGUI_InputStream.h"
BitmapPNG* LoadPNG(char const *pFilename);
BitmapPNG* LoadPNG(uchar* data, int length);
BitmapPNG* LoadPNG(vgui::InputStream& stream);
#endif // VGUI_LOADTGA_H