mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-09-01 15:09:19 +00:00
upload "kind" alien swarm
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
#ifndef ASW_LOGO_PANEL_H
|
||||
#define ASW_LOGO_PANEL_H
|
||||
|
||||
#ifdef _WIN32
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#include <vgui/VGUI.h>
|
||||
#include <vgui_controls/ImagePanel.h>
|
||||
|
||||
class ChatEchoPanel;
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// Purpose: Panel that holds a single image - shows the backdrop image in the briefing
|
||||
//-----------------------------------------------------------------------------
|
||||
class CASW_Logo_Panel : public vgui::ImagePanel
|
||||
{
|
||||
DECLARE_CLASS_SIMPLE( CASW_Logo_Panel, vgui::ImagePanel );
|
||||
public:
|
||||
CASW_Logo_Panel(vgui::Panel *parent, const char *name);
|
||||
virtual ~CASW_Logo_Panel();
|
||||
|
||||
virtual void PerformLayout();
|
||||
};
|
||||
|
||||
|
||||
#endif // ASW_LOGO_PANEL_H
|
||||
Reference in New Issue
Block a user