aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/sound.h
AgeCommit message (Collapse)Author
2018-12-09GLK: Change all references to glui32 and glsi32 to uint and intPaul Gilbert
This should finally fix compilation for the Amiga, which had difference sized types. And the renamed types are clearer for ScummVM anyway
2018-12-08GLK: Sound volume and pausing methodsPaul Gilbert
2018-12-08GLK: FROTZ: Further sound handlingPaul Gilbert
2018-12-08GLK: Beginnings of Sounds managerPaul Gilbert