/* <summary> * running all of the release methods to free all the resources from the memory * </summary */ public static void FreeResources() { GameResources.FreeFonts(); GameResources.FreeImages(); GameResources.FreeMusic(); GameResources.FreeSounds(); SwinGame.ProcessEvents(); }