1
0
forked from 0ad/0ad
0ad/source/lib/sysdep/unix/udbg.h

11 lines
226 B
C
Raw Normal View History

// 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__