]> git.draconx.ca Git - upkg.git/commit
uobject: Move headers into a separate (installable) directory.
authorNick Bowler <nbowler@draconx.ca>
Fri, 24 Jul 2009 15:37:16 +0000 (11:37 -0400)
committerNick Bowler <nbowler@draconx.ca>
Fri, 24 Jul 2009 15:43:01 +0000 (11:43 -0400)
commit4cac9f15932adee255ed2be1f6d419ffe068c438
treee8ad7b47bcfaa538de50c84d4664d437a562e5cb
parent667aab241e387ac32ab734a1f79caffe7ee20947
uobject: Move headers into a separate (installable) directory.
15 files changed:
src/Makefile.am
src/engine/music.c
src/engine/music.h
src/engine/texture.c
src/engine/texture.h
src/exportable.c
src/loadable.c
src/module.c
src/uobject.c
src/uobject/Makefile.inc [new file with mode: 0644]
src/uobject/exportable.h [moved from src/exportable.h with 96% similarity]
src/uobject/loadable.h [moved from src/loadable.h with 96% similarity]
src/uobject/module.h [moved from src/module.h with 96% similarity]
src/uobject/uobject.h [moved from src/uobject.h with 97% similarity]
src/upkg.c