mess icon indicating copy to clipboard operation
mess copied to clipboard

MESS doesn't recognize `@include` directive in .ted files

Open mfaizsyahmi opened this issue 4 months ago • 2 comments

I want to add base classes to a .ted file. For DRY and reusability reasons, I decided to place it in a separate file called HLBase.fgd which is placed beside mess.fgd. I added @include "HLBase.fgd" into one of the .ted files but mess' ted compiler throws up with an error.

MESS should at least pass through @include directives in .ted files into the fgd with a warning, until proper support is added.

mfaizsyahmi avatar Oct 12 '24 07:10 mfaizsyahmi