apply misc fixes from Markus Fischer and Rambetter
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@329 8a3a26a2-13c4-0310-b231-cf6edde360e5
This commit is contained in:
@@ -476,7 +476,7 @@ typedef void* (WINAPI * PFN_QERAPP_GETENTITYHANDLE)(int nIndex);
|
||||
// but you don't have a clean epair read/write query
|
||||
// and you rely on the C structs directly, which might go away soon
|
||||
// ok now, stop using, it's bad for your karma (see iepairs.h instead)
|
||||
typedef epair_t* (WINAPI * PFN_QERAPP_ALLOCATEEPAIR)( char*, char* );
|
||||
typedef epair_t* (WINAPI * PFN_QERAPP_ALLOCATEEPAIR)( const char*, const char* );
|
||||
typedef int (WINAPI * PFN_QERAPP_ALLOCATEENTITYBRUSHHANDLES)(void* vp);
|
||||
typedef void (WINAPI * PFN_QERAPP_RELEASEENTITYBRUSHHANDLES)();
|
||||
typedef void* (WINAPI * PFN_QERAPP_GETENTITYBRUSHHANDLE)(int nIndex);
|
||||
|
||||
Reference in New Issue
Block a user