1
0
forked from 0ad/0ad
0ad/source/lib/res/sound
prefect f953258a9d Fix Linux build, don't EVER #include <windows.h> again!
Removed some apparently unnecessary #includes
Merged multiple M_PI definitions into maths/MathUtil.h
Add newline at end of file

This was SVN commit r3384.
2006-01-21 20:01:17 +00:00
..
ogghack.cpp profiling indicates memcpy is a bottleneck, so globally replace all of them with memcpy2 (hand-optimized). depending on transfer size, this is 10%..300% faster. also made memcpy2 into a macro instead of thunk function because vc7 was still generating a jump. 2005-10-30 16:19:20 +00:00
ogghack.h - split up lib/res into file, graphics and sound. 2005-08-12 17:06:53 +00:00
snd.cpp Fix Linux build, don't EVER #include <windows.h> again! 2006-01-21 20:01:17 +00:00
snd.h snd: support for fading (variable initial/final values and lengths; can choose linear,exponential or S-curve). also minor improvements. 2005-12-13 23:17:50 +00:00