public static class QConstants { public const int MaxQPath = 64; // Should correspond to MAX_QPATH public const int MaxMapHulls = 4; // Should correspond to MAX_MAP_HULLS public const int MaxSkins = 32; // Should correspond to MAX_SKINS public const int MaxDLights = 64; // Should correspond to MAX_DLIGHTS public const int MaxLightmaps = 4; // Should correspond to MAXLIGHTMAPS }