Changeset 867
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Makefile.am
r865 r867 10 10 world.cpp world.h sample.cpp sample.h sampler.cpp sampler.h \ 11 11 text.cpp text.h emitter.cpp emitter.h numeric.h hash.cpp hash.h \ 12 worldentity.cpp worldentity.h gradient.cpp gradient.h \12 worldentity.cpp worldentity.h gradient.cpp gradient.h half.cpp half.h \ 13 13 platform.cpp platform.h sprite.cpp sprite.h \ 14 14 \ -
trunk/src/core.h
r864 r867 20 20 #include "matrix.h" 21 21 #include "numeric.h" 22 #include "half.h" 22 23 #include "timer.h" 23 24
Note: See TracChangeset
for help on using the changeset viewer.