0ad/source/lib/sysdep/unix
janwas cb74250a51 - moved assert2 to sysdep/debug.h
- sysdep/debug.h includes platform-specific version, so they can define
debug_break
- no longer a debug_break wrapper that calls to specific versions (so
that the debugger breaks in the target function directly)
- unix-specific stuff is only debug ATM; call it udbg instead of unix.*

This was SVN commit r1813.
2005-01-25 18:27:00 +00:00
..
dir_watch_fam.cpp New JavaScript interface for the network client, plus some linux/gcc/misc fixes 2005-01-17 04:52:02 +00:00
udbg.cpp platform-specific debug header (included from sysdep/debug) is responsible for defining debug_break, or mapping it to the implementation function (result: if can be defined as a macro (e.g. on win32 or ia32), debugger breaks directly at the target location, instead of one function lower) 2005-01-25 17:58:15 +00:00
udbg.h - moved assert2 to sysdep/debug.h 2005-01-25 18:27:00 +00:00
x.cpp Added includes for non-pch build 2005-01-24 23:08:30 +00:00