1
This commit is contained in:
13
game/shared/tf/tf_playerclass_info_parse.cpp
Normal file
13
game/shared/tf/tf_playerclass_info_parse.cpp
Normal file
@ -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