Laika/lib/src/core/lerror.c

4 lines
92 B
C

#include "core/lerror.h"
jmp_buf eLaika_errStack[LAIKA_MAXERRORS];
int eLaika_errIndx = -1;