Files
itgmania212121/stepmania/src/archutils/Darwin/Crash.h
T

19 lines
375 B
C
Raw Normal View History

2003-07-31 22:32:45 +00:00
#ifndef DARWIN_CRASH_H
#define DARWIN_CRASH_H
/*
* Crash.h
* stepmania
*
* Created by Steve Checkoway on Thu Jul 31 2003.
* Copyright (c) 2003 Steve Checkoway. All rights reserved.
*
*/
#include <MachineExceptions.h>
OSStatus HandleException(ExceptionInformation *theException);
void *GetCrashedFramePtr();
void InformUserOfCrash();
#endif /* DARWIN_CRASH_H */