mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-23 07:57:51 -05:00
readd the function param
This commit is contained in:
parent
20776b58d7
commit
9c48ff0e0f
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ namespace geode::modifier {
|
|||
* A helper struct that generates a static function that calls the given function.
|
||||
*/
|
||||
#define GEODE_AS_STATIC_FUNCTION(FunctionName_) \
|
||||
template <class Class2> \
|
||||
template <class Class2, auto Function> \
|
||||
struct AsStaticFunction_##FunctionName_ { \
|
||||
template <class FunctionType2> \
|
||||
struct Impl {}; \
|
||||
|
|
Loading…
Reference in a new issue