macite / swingame

2D game library accessible from multiple languages
swingame.com
28 stars 9 forks source link

Provide parameter details for function pointer mappings to C #24

Open macite opened 11 years ago

macite commented 11 years ago

Pascal Function/Procedure pointer types are mapped to void * in C currently. With additional use of call backs this needs to be mapped correctly and requires the translation scripts to be updated.