13.02.2015, 20:04
Hello there i was wondering what is better to define dialog ids..
#1
#2
#1
pawn Код:
enum Dialog_IDS
{
Dialog_Login
Dialog_Register
Dialog_Name
}
pawn Код:
#define Dialog_One 1
#define Dialog_Two Dialog_One+1
#define Dialog_Three Dialog_One+2