mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 06:34:18 -04:00
1b0b96665a
Co-authored-by: NWPlayer123 <NWPlayer123@users.noreply.github.com>
10 lines
177 B
C
10 lines
177 B
C
#ifndef DOLPHIN_OSEXCEPTION_H
|
|
#define DOLPHIN_OSEXCEPTION_H
|
|
|
|
typedef enum OSException {
|
|
OS_EXCEPTION_FLOATING_POINT = 7,
|
|
OS_EXCEPTION_COUNT = 15,
|
|
} OSException;
|
|
|
|
#endif
|