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