]> git.tdb.fi Git - gldbg.git/blob - source/breakpoint.h
Replace per-file license notices with License.txt
[gldbg.git] / source / breakpoint.h
1 #ifndef BREAKPOINT_H_
2 #define BREAKPOINT_H_
3
4 enum
5 {
6         BREAK_CALL = 1,
7         BREAK_RETURN = 2
8 };
9
10 #endif