1
0
forked from 0ad/0ad
0ad/source/lib/res/sound
Ykkrosh fd08924348 # VC2005, GCC compatibility
Used new library include paths.
Renamed ia32.asm to ia32_asm.asm, so we don't need Premake modifications
to avoid object-file conflicts with ia32.cpp.

This was SVN commit r3784.
2006-04-20 01:33:57 +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_mgr.cpp # VC2005, GCC compatibility 2006-04-20 01:33:57 +00:00
snd_mgr.h # add CppDoc file header to all files, along with their descriptions. 2006-04-11 23:59:08 +00:00