hlsdk-portable/game_shared/vgui_loadtga.h

17 lines
439 B
C
Raw Normal View History

2016-06-04 18:24:23 +05:00
//========= Copyright <20> 1996-2002, Valve LLC, All rights reserved. ============
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================
#pragma once
2021-06-20 03:53:07 +05:00
#if !defined(VGUI_LOADTGA_H)
#define VGUI_LOADTGA_H
2016-06-04 18:24:23 +05:00
#include "vgui_bitmaptga.h"
vgui::BitmapTGA* vgui_LoadTGA(char const *pFilename);
vgui::BitmapTGA* vgui_LoadTGANoInvertAlpha(char const *pFilename);
#endif // VGUI_LOADTGA_H