Adds newlines at the end of HelperFile for gcc
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
4c9d472f10
commit
d5ef7a33f8
@ -16,4 +16,5 @@
|
|||||||
}
|
}
|
||||||
// Hack to handle AngelScript not recognizing different sized enums on fields, and returning invalid values due to it.
|
// Hack to handle AngelScript not recognizing different sized enums on fields, and returning invalid values due to it.
|
||||||
#define ENUM__SIZE_WRAPPER(name, type, func) \
|
#define ENUM__SIZE_WRAPPER(name, type, func) \
|
||||||
int32_t name(type* obj) { return static_cast<int32_t>(obj->func()); }
|
int32_t name(type* obj) { return static_cast<int32_t>(obj->func()); }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user