mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-09-18 18:27:18 +02:00
Update the entity classes to account for the fact that the server ignores the API call completely whenever a null pointer is given for a value that isn't needed.
Add a helper macro to concatenate two macro parameters into one.
This commit is contained in:
@@ -449,6 +449,12 @@ enum EntityType
|
||||
|
||||
} // Namespace:: SqMod
|
||||
|
||||
/* ------------------------------------------------------------------------------------------------
|
||||
* HELPERS
|
||||
*/
|
||||
#define SQMOD_CONCAT_(a,b) a##b
|
||||
#define SQMOD_CONCAT(a,b) SQMOD_CONCAT_(a,b)
|
||||
|
||||
/* ------------------------------------------------------------------------------------------------
|
||||
* OS SPECIFFIC OPTIONS
|
||||
*/
|
||||
|
Reference in New Issue
Block a user