DK22Pac / plugin-sdk

An SDK for developing ASI/CLEO plugins for GTA San Andreas, GTA Vice City and GTA III
zlib License
435 stars 118 forks source link

Elimination of UB. Elimination of inline. #145

Closed gesellschaftsmitglieder closed 1 year ago

gesellschaftsmitglieder commented 2 years ago

x and y were not initialized during default initialization. It is pointless to write inline in the declaration of class function members when defining them inside the class definition, since they are inline by default.