mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 21:01:29 +00:00
7 lines
87 B
C
7 lines
87 B
C
#ifndef __EQEMU_CRASH_H
|
|
#define __EQEMU_CRASH_H
|
|
|
|
void set_exception_handler();
|
|
|
|
#endif
|