naydef

Results 34 issues of naydef

Updated those gamedata that we use Idk about some of the others

I'm trying to use this module to load files, where some part of their structure is unknown, so I need to add padding. The following does not work: ```d struct...

Code at [this link](https://github.com/Phil25/RTD/blob/26aba4fc19b7390fd1e4a8b341bb25abfae4e068/scripting/rtd/classes/rollers.sp#L36): ``` #define SET_PROP(%1,%2,%3) \ public %1 Set%2(int client, %1 val){ \ this.Set(client, val, %3);} ``` Output: ``` rtd/classes/rollers.sp(36) : error 155: expected newline, but found 'public'...

# Bug description ``` SourcePawn Compiler 1.13.0.7235 Copyright (c) 1997-2006 ITB CompuPhase Copyright (c) 2004-2024 AlliedModders LLC rtd/classes/rollers.sp(36) : error 155: expected newline, but found 'public' 36 | #define SET_PROP(%1,%2,%3)...

bug