Hedgewars: Convert uMobile into a callback record
completed by: Rowan D
mentors: Andrey Korotaev, Xeli, koda
Remember to join our IRC channel when working on this task! We are on #hedgewars at freenode.net. If you are new to IRC, read this tutorial from a past GCI participant.
Your task
uMobile is the unit file that acts upon certain event during game creation and development, with a simple call to function that calls other functions depending on the platform. Your task is to convert hedgewars/uMobile.pas into a record structure, where proper callbacks are executed and initialized on game load.
Deliverable
A working patch, that applies cleanly to our source tree. This patch should be in the form of a pull from clone, hg export
or unified diff format (in order of preference) implementing the functionality required.