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

11 lines
179 B
C
Executable File

#ifndef _sysdep_unix_H
#define _sysdep_unix_H
/*
This implementation raises the SIGTRAP signal which should be caught by your
debugger
*/
extern void unix_debug_break();
#endif