mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-07-18 15:21:28 +00:00
17 lines
322 B
C
17 lines
322 B
C
//========= Mapbase - https://github.com/mapbase-source/source-sdk-2013 ============//
|
|
//
|
|
// Purpose:
|
|
//
|
|
// $NoKeywords: $
|
|
//=============================================================================//
|
|
|
|
#ifndef VSCRIPT_VGUI_H
|
|
#define VSCRIPT_VGUI_H
|
|
#ifdef _WIN32
|
|
#pragma once
|
|
#endif
|
|
|
|
void RegisterScriptVGUI();
|
|
|
|
#endif
|