WopsS / RED4ext.SDK

A library to create mods for REDengine 4 (Cyberpunk 2077), independently of RED4ext.
MIT License
100 stars 33 forks source link

Overrides for generated natives and small fixes #73

Closed psiberx closed 1 year ago

psiberx commented 1 year ago

What to do with formatting? Clang-format suggestions don't match current project.

WopsS commented 1 year ago

Thanks for the changes!

As for:

What to do with formatting? Clang-format suggestions don't match current project.

Except the { position for the lambdas, it was putting it on the same line for some reason when it should have been on the new line), the rest is what should have been from the beginning. I would say to just apply the format that the tool suggest.

psiberx commented 1 year ago

Added some convenience for handles:

Should reduce the amount of repetitive code since we work a lot with handles.

WopsS commented 1 year ago

Nice, thanks again :D