summaryrefslogblamecommitdiffstats
path: root/crawl-ref/source/dbg-crsh.h
blob: 0e9c3620bc327079bc4bf2f3033dc6baaab60b1a (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                              
/*
 *  File:       dbg-crsh.h
 *  Summary:    Crash handler.
 *  Written by: Linley Henzell and Jesse Jones
 */

#ifndef DBGCRSH_H
#define DBGCRSH_H

void do_crash_dump();

#endif