mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-09 10:56:32 +00:00
3d26549032
This was SVN commit r3802.
13 lines
253 B
C
13 lines
253 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);
|
|
|
|
extern void udbg_launch_debugger();
|
|
|
|
#endif // #ifndef UDBG_H__
|