DK22Pac / plugin-sdk

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

Linux crosscompilation: Fix include casing #171

Closed likeawindrammer closed 9 months ago

likeawindrammer commented 9 months ago

Because Linux is case sensitive, the casing on the include files must match the included file. This change does not affect native windows compilation in any negative way.

This fixes #170