Closed edo9300 closed 2 years ago
Use some macro and tepmlate trickery to automatically generate the array of names+function address needed to declare lua libraries from c functions. This relies on the compiler supporting the __COUNTER__ preprocessor macro.
__COUNTER__
Use some macro and tepmlate trickery to automatically generate the array of names+function address needed to declare lua libraries from c functions. This relies on the compiler supporting the
__COUNTER__
preprocessor macro.