neslib/Chet

Ok, so....

Closed this issue · 0 comments

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?

???