[fpc-pascal] Scoped enums and inferred types

Mattias Gaertner nc-gaertnma at netcologne.de
Wed Feb 21 10:40:02 CET 2018


On Wed, 21 Feb 2018 16:14:13 +0700
Ryan Joseph <ryan at thealchemistguild.com> wrote:

>[...]
> {$scopedenums on}
> type
> 	TTileSortingFlag = (	Static, 
> 				Ramp, 
> 				Ignore,
> 				Particle,
> 				Floor,
> 				Flat,
> 				Container,
> 				OnRamp,
> 				BufferStatic,
> 				BufferDynamic
> 				);
> {$scopedenums off}

I misunderstood you. I thought you wanted to use scopedenums with the
prior version.

Mattias



More information about the fpc-pascal mailing list