26.05.2014, 16:31
Except renaming the function, you need to rename the definitions too. For example:
should become:
pawn Код:
#define Bit1_Set(%0,%1,%2) \
Bit_Set(%0, (%1), (%2), Bit1)
pawn Код:
#define Bit1_Set(%0,%1,%2) \
rBit_Set(%0, (%1), (%2), Bit1)

