示例#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()
}