mirror of
https://github.com/Ragora/T2-CPP.git
synced 2026-01-19 18:14:44 +00:00
Removed extraneous stuff
This commit is contained in:
parent
09c3e57b6d
commit
3fd86a44f7
|
|
@ -68,14 +68,6 @@ const char* conGrenadeProjectileGetVelocity(SimObject *obj, S32 argc, const char
|
|||
#include <vector>
|
||||
#include <string.h>
|
||||
|
||||
|
||||
|
||||
#define _crt_va_start(ap,v) ( ap = (va_list)_ADDRESSOF(v) + _INTSIZEOF(v) )
|
||||
#define _crt_va_arg(ap,t) ( *(t *)((ap += _INTSIZEOF(t)) - _INTSIZEOF(t)) )
|
||||
#define _crt_va_end(ap) ( ap = (va_list)0 )
|
||||
|
||||
#define va_start _crt_va_start
|
||||
#define va_arg _crt_va_arg
|
||||
#define va_end _crt_va_end
|
||||
const char* conSprintf(SimObject *obj, S32 argc, const char* argv[])
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue