historical/toontown-classic.git/panda/include/parser-inc/exception

11 lines
180 B
Text
Raw Normal View History

2024-01-16 11:20:27 -06:00
#pragma once
namespace std {
class exception;
class bad_exception;
class nested_exception;
typedef void (*unexpected_handler)();
typedef void (*terminate_handler)();
}