mirror of
https://github.com/mapbase-source/source-sdk-2013.git
synced 2025-02-03 01:00:34 +03:00
17 lines
364 B
C
17 lines
364 B
C
|
//========= Mapbase - https://github.com/mapbase-source/source-sdk-2013 =================
|
||
|
//
|
||
|
// Purpose: See vscript_singletons.cpp
|
||
|
//
|
||
|
// $NoKeywords: $
|
||
|
//=============================================================================
|
||
|
|
||
|
#ifndef VSCRIPT_FUNCS_MATH
|
||
|
#define VSCRIPT_FUNCS_MATH
|
||
|
#ifdef _WIN32
|
||
|
#pragma once
|
||
|
#endif
|
||
|
|
||
|
void RegisterScriptSingletons();
|
||
|
|
||
|
#endif
|