0ad/source/lib/res
janwas 34637ba5dc # refactor sysdep API, split it into parts
- split up detect.cpp into snd, cpu, gfx (headers were already split)
- rename detect functions for more clarity (e.g. get_cur_vmode ->
gfx_get_video_mode)
- rename lib/res/sound/snd to snd_mgr to avoid conflict with
sysdep/snd.cpp
- waio: set errno in aio_rw (addresses bug #73)

This was SVN commit r3745.
2006-04-10 20:12:25 +00:00
..
file # refactor sysdep API, split it into parts 2006-04-10 20:12:25 +00:00
graphics # refactor sysdep API, split it into parts 2006-04-10 20:12:25 +00:00
sound # refactor sysdep API, split it into parts 2006-04-10 20:12:25 +00:00
h_mgr.cpp # overhauled error handling; made sure all low-level function failures are caught at the source. 2006-04-03 01:00:45 +00:00
h_mgr.h - massive overhaul of lib error code returning. int -> LibError everywhere. 2005-12-11 22:23:55 +00:00
handle.h fix include path (relative to lib) 2005-01-23 17:50:07 +00:00
mem.cpp # overhauled error handling; made sure all low-level function failures are caught at the source. 2006-04-03 01:00:45 +00:00
mem.h - massive overhaul of lib error code returning. int -> LibError everywhere. 2005-12-11 22:23:55 +00:00
res.h - split up lib/res into file, graphics and sound. 2005-08-12 17:06:53 +00:00