]> git.draconx.ca Git - upkg.git/commit
Initial UObject implementation plus a dumb music extractor.
authorNick Bowler <nbowler@draconx.ca>
Mon, 8 Jun 2009 19:46:50 +0000 (15:46 -0400)
committerNick Bowler <nbowler@draconx.ca>
Tue, 9 Jun 2009 02:43:26 +0000 (22:43 -0400)
commit0b66ccda847802bdc7ba4755743031c323df4b7e
tree115e311a4cd88ec2f3f4547211a0716f852b12fb
parent67988e9de2e9002064d52b4a1c5b5c4f8e6e665f
Initial UObject implementation plus a dumb music extractor.
configure.ac
src/Makefile.am
src/exportable.c [new file with mode: 0644]
src/exportable.h [new file with mode: 0644]
src/music.c [new file with mode: 0644]
src/music.h [new file with mode: 0644]
src/serializable.c [new file with mode: 0644]
src/serializable.h [new file with mode: 0644]
src/upkg.c