BuckeyeSoftware / rex

rex engine and game
MIT License
15 stars 0 forks source link

Add automatic identifier construction macro #26

Closed graphitemaster closed 4 years ago

graphitemaster commented 4 years ago

Some things in Rex like RX_GLOBAL_GROUP require explicit identifier be provided for the generated kludge, since it needs a name. We could introduce an anon generating identifier using things like __COUNTER__ and __LINE__ to make these macros easier to use, since such names are effectively unreferenced.

graphitemaster commented 4 years ago

This isn't needed now