hlsdk-xash3d/game_shared/vgui_loadtga.h

17 lines
439 B
C
Raw Permalink Normal View History

//========= Copyright (c) 1996-2002, Valve LLC, All rights reserved. ============
2016-06-04 15:24:23 +02:00
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================
#pragma once
#ifndef VGUI_LOADTGA_H
2021-06-20 00:53:07 +02:00
#define VGUI_LOADTGA_H
2016-06-04 15:24:23 +02:00
#include "VGUI_BitmapTGA.h"
2016-06-04 15:24:23 +02:00
vgui::BitmapTGA *vgui_LoadTGA( char const *pFilename );
vgui::BitmapTGA *vgui_LoadTGANoInvertAlpha( char const *pFilename );
2016-06-04 15:24:23 +02:00
#endif // VGUI_LOADTGA_H