Laika/lib/src/core/lerror.c

4 lines
92 B
C
Raw Normal View History

2022-09-02 01:00:37 +00:00
#include "core/lerror.h"
jmp_buf eLaika_errStack[LAIKA_MAXERRORS];
int eLaika_errIndx = -1;