예제 #1
0
파일: al.go 프로젝트: beoran/algo
// Uninstalls the Allegro system. Must be called after using InstallSystem.
func UninstallSystem() {
	C.al_uninstall_system()
}
예제 #2
0
파일: al.go 프로젝트: beoran/algo
// Cleans up the Allegro system. Needed after calling Initialize.
func Cleanup() {
	C.al_uninstall_system()
}