Added missing error include

This commit is contained in:
2026-05-04 00:02:31 -04:00
parent 6763b5629f
commit 90cbf41d75

6
include/sdl3game/error.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef _ERROR_H_
#define _ERROR_H_
#define AKERR_SDL AKERR_LAST_ERRNO_VALUE + 1
#endif // _ERROR_H_