kc3-lang/SDL/src/SDL_dataqueue.h

Branch :


Log

Author Commit Date CI Message
5e13087b 2019-01-04 22:01:14 Updated copyright for 2019
e3cc5b2c 2018-01-03 10:03:25 Updated copyright for 2018
28149e11 2017-10-10 11:56:54 Added SDL_PeekIntoDataQueue().
45b774e3 2017-01-01 18:33:28 Updated copyright for 2017
2e2572a4 2016-12-27 23:48:43 Added SDL_ReserveSpaceInDataQueue() to make space without copying data.
a0e003ee 2016-12-06 02:23:54 Refactored the audio queueing code to a generic SDL_DataQueue interface. This is not a public API (at the moment), but we will be needing this for other internal things soon.