Counter Strike : Global Offensive Source Code
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.
 
 
 
 
 
 

28 lines
457 B

#include "tier0/platform.h"
#ifndef _PS3
#error "Error: _PS3 not defined in PS3-specific file"
#endif // _PS3
#ifdef _DEBUG
#define vstdlib_ps3 vstdlib_dbg
#else
#define vstdlib_ps3 vstdlib_rel
#endif
#ifdef _DEBUG
#include "Debug_PS3/prxexport.inl"
#else
#include "Release_PS3/prxexport.inl"
#endif
extern void _vstdlib_ps3_prx_required_for_linking();
void _vstdlib_ps3_prx_required_for_linking_prx()
{
_vstdlib_ps3_prx_required_for_linking();
}