示例#1
0
// undocumented
func GetSynchroValue() int {
	return (int)(C.Mix_GetSynchroValue())
}
示例#2
0
文件: mixer.go 项目: beoran/fungo
// Synchro value is set by MikMod from modules while playing
func GetSynchroValue() (int) {
  return int(C.Mix_GetSynchroValue())
}