ev1313 / Pascal-SDL-2-Headers

These are the Pascal SDL 2 Headers.
Mozilla Public License 2.0
113 stars 48 forks source link

missing some core units #57

Closed JazzMaster closed 6 years ago

JazzMaster commented 6 years ago

all im seeing is the C but core primitives do exist. They should be here. I shouldnt have to rewrite them. Shipped with SDL, not separately although some have.

ev1313 commented 6 years ago

Could you please clarify which "core primitives" you need/are in the C headers, but not implemented?

Some structs are only defined in the source code of SDL and therefore not implemented. (These are the empty records, which are just implemented because of typesafety, as the SDL methods only return pointers to them and it's not intended using them directly.)