add new file to makefile. add newline to end of common.h

This commit is contained in:
zeromus 2009-02-03 02:08:06 +00:00
parent 64feb0117c
commit 9c99aa58c8
2 changed files with 3 additions and 1 deletions

View File

@ -36,6 +36,7 @@ libdesmume_a_SOURCES = \
softrender_v3sysfont.h softrender_desmumefont.h \
matrix.cpp matrix.h \
gfx3d.cpp gfx3d.h \
texcache.cpp texcache.h \
thumb_instructions.cpp thumb_instructions.h types.h \
shaders.h \
movie.cpp movie.h \

View File

@ -60,4 +60,5 @@ extern u8 gba_header_data_0x04[156];
extern u8 reverseBitsInByte(u8 x);
#endif
#endif