ocarina/libsaria
Bryan Schumaker a508b7ff72 libsaria: Rip out old library
The code was a bit messy and didn't make use of namespaces very well.
By converting to a set of functions (instead of a class) I can use
each function as a function pointer if I want to.  I am also able to
remove libsaria/library.cpp since this was just a set of wrapper
functions to the old static class functions.
2011-10-18 10:02:55 -04:00
..
audio libsaria: Use new print functions 2011-09-17 13:50:13 -04:00
idle libsaria: Add tasks to the front and back of the queue 2011-09-27 08:22:24 -04:00
library libsaria: Rip out old library 2011-10-18 10:02:55 -04:00
path libsaria: Rip out old library 2011-10-18 10:02:55 -04:00
audio.cpp libsaria: Introduce libsaria namespace 2011-10-01 13:27:31 -04:00
callback.cpp Remove callbacks from libsaria class 2011-09-10 13:46:09 -04:00
idle.cpp libsaria: Introduce libsaria namespace 2011-10-01 13:27:31 -04:00
libsaria.cpp libsaria: Rip out old library 2011-10-18 10:02:55 -04:00
print.cpp libsaria: New print functions 2011-09-17 13:48:09 -04:00
track.cpp libsaria: Add accessor functions for Track and Tag classes 2011-09-19 19:47:31 -04:00