neslib / Chet

C Header Translator for Delphi
BSD 2-Clause "Simplified" License
204 stars 43 forks source link

Ok, so.... #23

Closed jarroddavis68 closed 10 months ago

jarroddavis68 commented 1 year ago

how do I: 1) create sdl3.pas 2) create sdl3_image.pas, that depends on sdl3.h and will pull in ALL the declarations of sdl3.h, when it only needs to reference them to build the unit? 3) I see a new feature, ignore a comma separated list of headers, but that does not seem to work, or maybe I'm just not setting it up correctly?

???