[fpc-pascal] Scoped enums and inferred types

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


On Wed, 21 Feb 2018 15:58:12 +0700
Ryan Joseph <ryan at thealchemistguild.com> wrote:

>[...]
> type
> 	TTileSortingFlag = (	kTileSortingStatic, 
> 				kTileSortingRamp, 
> 				kTileSortingIgnore,
> 				kTileSortingParticle,
> 				kTileSortingFloor,
> 				kTileSortingFlat,
> 				kTileSortingContainer,
> 				kTileSortingOnRamp,
> 				kTileSortingBufferStatic,
> 				kTileSortingBufferDynamic
> 				);

I doubt that many would be using scopedenums for that.

Mattias



More information about the fpc-pascal mailing list