I am working on a project with my friend where we have to update existing version of a game which uses SDL 1.2 to use SDL 2.0 header files and functions.
I would like to know what is the standard procedure we follow while updating already existing source code to newer libraries.
Can anyone provide me proper steps for the same so I can make a schedule for the same?
Any ideas with reasoning will be highly appreciated.