]> git.draconx.ca Git - upkg.git/commit
engine: Include object headers as <engine/xyz.h>.
authorNick Bowler <nbowler@draconx.ca>
Fri, 25 Mar 2011 00:57:22 +0000 (20:57 -0400)
committerNick Bowler <nbowler@draconx.ca>
Fri, 25 Mar 2011 15:00:21 +0000 (11:00 -0400)
commit947f12306d4236c63a7f3449191ec8337ee42469
tree68d0b8a3da3fbbd2b8de907fa0be4938be69d214
parent7a9046e942bc1f880f121f0be7e05ef80a0270c8
engine: Include object headers as <engine/xyz.h>.

This will work with VPATH builds even if the .h file is in the build
tree while the .c file is in the source tree, and vice versa.  For
non-VPATH builds, there should be no change in behaviour.
src/engine/engine.c
src/engine/music.c
src/engine/palette.c
src/engine/texture.c