EasyRPG / Player

RPG Maker 2000/2003 and EasyRPG games interpreter
https://easyrpg.org/player/
GNU General Public License v3.0
989 stars 185 forks source link

Enum tags: Preparation for liblcf update #3159

Closed Ghabry closed 10 months ago

Ghabry commented 10 months ago

Instead of iterators I use now etag to retrieve the tag. This is compatible with the current and the upcoming liblcf code in https://github.com/EasyRPG/liblcf/pull/470

But this here should be merged first as the new liblcf code will not compile against old Player code (Iterator interface changed).