Adds newlines at the end of HelperFile for gcc
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Deukhoofd 2021-07-09 14:32:21 +02:00
parent 4c9d472f10
commit d5ef7a33f8
Signed by: Deukhoofd
GPG Key ID: F63E044490819F6F
1 changed files with 2 additions and 1 deletions

View File

@ -16,4 +16,5 @@
}
// 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) \
int32_t name(type* obj) { return static_cast<int32_t>(obj->func()); }
int32_t name(type* obj) { return static_cast<int32_t>(obj->func()); }