error 001: expected token: "}", but found "enum"
#1

Код:
enum {
			CommonRed = 19006,
			CommonOrange,
			CommonGreen,
			CommonBlue,
			CommonPurple,
			CommonEspiral,
			CommonBlack,
			CommonEyes,
			CommonXadrex,
			CommonTransparent,
			CommonXRayVision,
			SquareFormatYellow,
			SquareFormatOrange,
			SquareFormatRed,
			SquareFormatBlue,
			SquareFormatGreen,
			RayBanGray,
			RayBanBlue,
			RayBanPurple,
			RayBanPink,
			RayBanRed,
			RayBanOrange,
			RayBanYellow,
			RayBanGreen,
			CircularNormal,
			CircularYellow,
			CircularRed,
			CircularBlack,
			CircularXadrex,
			CircularThunders,
			CopGlassesBlack = 19138,
			CopGlassesRed = 19139,
			CopGlassesBlue = 19140,
};
when i compile it give me an error: error 001: expected token: "}", but found "enum"

hmm?what is wrong here?help me pls!!!
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)