diff options
| author | Elijah Thomas <elijahthomas774@gmail.com> | 2023-12-24 09:59:13 -0500 |
|---|---|---|
| committer | Elijah Thomas <elijahthomas774@gmail.com> | 2023-12-24 09:59:13 -0500 |
| commit | e32db6f07a7e471dfa9ac18bb9b18aa5c7a1e1f6 (patch) | |
| tree | ce3d9ce1a3b17832b6484c689716a434b571b7fd /include/Runtime/__init_cpp_exception.h | |
| parent | d8362c100408822375edb99405d13adddc37f6d9 (diff) | |
change everything to use a common types file
Diffstat (limited to 'include/Runtime/__init_cpp_exception.h')
| -rw-r--r-- | include/Runtime/__init_cpp_exception.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/include/Runtime/__init_cpp_exception.h b/include/Runtime/__init_cpp_exception.h deleted file mode 100644 index 969d43da..00000000 --- a/include/Runtime/__init_cpp_exception.h +++ /dev/null @@ -1,17 +0,0 @@ -#ifndef _RUNTIME_INIT_CPP_EXCEPTIONS_H -#define _RUNTIME_INIT_CPP_EXCEPTIONS_H - -#include "types.h" - -#ifdef __cplusplus -extern "C" { -#endif - -void __init_cpp_exceptions(void); -void __fini_cpp_exceptions(void); - -#ifdef __cplusplus -} -#endif - -#endif
\ No newline at end of file |
