mirror of
https://github.com/xtjoeytx/GServer-v2.git
synced 2026-05-07 08:09:52 -04:00
a09e836432
File rename events are now handled. File writing is much safer as it will write to a temporary file before renaming over top of the old file. Reliability is improved.
11 lines
307 B
Plaintext
11 lines
307 B
Plaintext
#define BabyDI_INJECT(c,v)
|
|
#define BabyDI_PROVIDE(c,v)
|
|
#define SCRIPTENV_D(x, y)
|
|
#define SETPROP_RETURN_ERROR
|
|
#define FOR_LIST_OF_NPC_PROPS(DO)
|
|
#define FOR_LIST_OF_PLAYER_PROPS(DO)
|
|
#define DO_PACKETLOG(LOG)
|
|
#define assert(expression)
|
|
#define RECOVERABLE_PARSE_ERROR(MESSAGE, RETVAL)
|
|
#define DEBUGPRINT(...)
|