1
0
forked from 0ad/0ad
0ad/source/lib/sysdep/unix/udbg.h
janwas 2250434263 renamed to udbg for consistency
This was SVN commit r1938.
2005-02-26 15:15:52 +00:00

11 lines
226 B
C

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