Fixed|Windows: Registering GameKit extensions
Added some actual code to libgamekit so the library gets initializedcorrectly.
Replacing a few static Strings in GameRules with `const char *` so thatthey require no initialization (order not guaranteed; may be used beforeconstructors called).
View differences
Fixed|Windows: Registering GameKit extensions
Added some actual code to libgamekit so the library gets initialized
correctly.
Replacing a few static Strings in GameRules with `const char *` so that
they require no initialization (order not guaranteed; may be used before
constructors called).