0ad/source/lib/sysdep/unix/udbg.h
janwas b755ddefda remove all author/modified by tags.
make include guards consistent.

This was SVN commit r5040.
2007-05-07 16:33:24 +00:00

13 lines
268 B
C

// sysdep/unix/udbg.h: included from sysdep/debug.h and sysdep/unix/debug.cpp
#ifndef INCLUDED_UDBG
#define INCLUDED_UDBG
#define debug_break unix_debug_break
extern void unix_debug_break(void);
extern void udbg_launch_debugger();
#endif // #ifndef INCLUDED_UDBG