Exemple #1
0
// Uninstalls the Allegro system. Must be called after using InstallSystem.
func UninstallSystem() {
	C.al_uninstall_system()
}
Exemple #2
0
// Cleans up the Allegro system. Needed after calling Initialize.
func Cleanup() {
	C.al_uninstall_system()
}