committed fakemeta optimizations

This commit is contained in:
David Anderson
2006-03-04 06:34:28 +00:00
parent 3b4cd21835
commit 372a01e6da
6 changed files with 346 additions and 1049 deletions

View File

@ -1,17 +1,6 @@
#ifndef _INCLUDE_PEV_H
#define _INCLUDE_PEV_H
#define RETURNTYPE_INT 2
#define RETURNTYPE_FLOAT 3
#define RETURNTYPE_VECTOR 3
#define RETURNTYPE_STRING 4
#define VALUETYPE_INT 1
#define VALUETYPE_FLOAT 2
#define VALUETYPE_VECTOR 3
#define VALUETYPE_EDICT 4
#define VALUETYPE_STRING 5
#define VALUETYPE_BYTE 6
enum pev_pointers
{
pev_string_start = 0,
@ -158,5 +147,7 @@ enum pev_pointers
pev_vecarray_end
};
void initialze_offsets();
#endif //_INCLUDE_PEV_H