I suppose that part of the protection it is the
"CREATED WITH AppGameKit - WWW.APPGAMEKIT.COM" message, right?
I am asking because while I was searching for this message I realized that the 'Core.cpp' file provides a basic framework in order to be used by a class with 3 basic methods:
Begin()
Loop()
and
End()
Is this structure mandatory for compatibility among the various platforms?