when using only the pure command "InitSprite()" and compile it and take a look to the asm output, i noticed following...
- What is SimpleList (can't find the lib)?; Sprite
; SimpleList
; ImagePlugin
; Keyboard
; MultimediaBase
- Why are SimpleList, ImagePlugin and Keyboard libs linked too?
I think, if people dont use any Keyboard functions in there code, the Keyboard lib isnt needed to be linked to the exe!? Same for ImagePlugin!? What do you think?


