mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-08 17:59:37 +00:00
1
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
//========= Copyright Valve Corporation, All rights reserved. ============//
|
||||
//
|
||||
// Purpose:
|
||||
//
|
||||
//=============================================================================
|
||||
|
||||
#include "cbase.h"
|
||||
#include "playerclass_info_parse.h"
|
||||
|
||||
FilePlayerClassInfo_t *CreatePlayerClassInfo()
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
Reference in New Issue
Block a user