You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
586 B
29 lines
586 B
//========= Copyright Valve Corporation, All rights reserved. ============// |
|
// |
|
// Purpose: |
|
// |
|
//============================================================================= |
|
|
|
#ifndef STDAFX_H |
|
#define STDAFX_H |
|
#ifdef _WIN32 |
|
#pragma once |
|
#endif |
|
|
|
#include "filesystem.h" |
|
#include "vgui/ILocalize.h" |
|
#include "vgui/IScheme.h" |
|
#include "vgui/ISurface.h" |
|
#include "vgui/ISystem.h" |
|
#include "vgui/IVGui.h" |
|
#include "vgui/Cursor.h" |
|
#include "vgui_controls/Controls.h" |
|
#include "vgui_controls/Panel.h" |
|
|
|
#include "p4lib/ip4.h" |
|
|
|
#include "vp4dialog.h" |
|
|
|
using namespace vgui; |
|
|
|
#endif // STDAFX_H
|
|
|