Esempio n. 1
0
// undocumented
func GetSynchroValue() int {
	return (int)(C.Mix_GetSynchroValue())
}
Esempio n. 2
0
// Synchro value is set by MikMod from modules while playing
func GetSynchroValue() (int) {
  return int(C.Mix_GetSynchroValue())
}