09.11.2010, 19:41
This is not actually a snippet, but it can make your code more read-able. I already posted something using this definitions in Useful codes board.
pawn Код:
#define String:: str_
#define Integer:: int_
#define function
#define private static stock
// Example
private function String::ToInteger(const string[]) {
return strval(string);
}