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

20 lines
482 B
C

//========= Copyright © 1996-2001, Valve LLC, All rights reserved. ============
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================
#ifndef VGUI_LOADTGA_H
#define VGUI_LOADTGA_H
#ifdef _WIN32
#pragma once
#endif
#include <VGUI_BitmapTGA.h>
vgui::BitmapTGA* vgui_LoadTGA(char const *pFilename, bool bInvertAlpha = true);
vgui::BitmapTGA* vgui_LoadTGANoInvertAlpha(char const *pFilename);
#endif // VGUI_LOADTGA_H