Move from 'libsdlerror' to 'libakerror'

This commit is contained in:
2026-01-05 08:58:06 -05:00
parent 7cff27f035
commit f475dfb6ee
30 changed files with 40 additions and 40 deletions

View File

@@ -5,7 +5,7 @@
#include "actor.h"
#include "character.h"
#include "staticstring.h"
#include <sdlerror.h>
#include <akerror.h>
#define MAX_HEAP_ACTOR 64
#define MAX_HEAP_SPRITE (MAX_HEAP_ACTOR * 16)