Move from 'libsdlerror' to 'libakerror'
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef _ASSETS_H_
|
||||
#define _ASSETS_H_
|
||||
|
||||
#include <sdlerror.h>
|
||||
#include <akerror.h>
|
||||
|
||||
ErrorContext ERROR_NOIGNORE *load_start_bgm(char *fname);
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#define _CONTROLLER_H_
|
||||
|
||||
#include <SDL3/SDL.h>
|
||||
#include <sdlerror.h>
|
||||
#include <akerror.h>
|
||||
|
||||
#define MAX_CONTROL_MAPS 8
|
||||
#define MAX_CONTROLS 32
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#ifndef _JSON_HELPERS_H_
|
||||
#define _JSON_HELPERS_H_
|
||||
|
||||
#include <sdlerror.h>
|
||||
#include <akerror.h>
|
||||
#include "staticstring.h"
|
||||
|
||||
ErrorContext ERROR_NOIGNORE *get_json_object_value(json_t *obj, char *key, json_t **dest);
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#define _SPRITE_H_
|
||||
|
||||
#include <SDL3/SDL_properties.h>
|
||||
#include <sdlerror.h>
|
||||
#include <akerror.h>
|
||||
|
||||
|
||||
#define SPRITE_MAX_FRAMES 16
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#define _STRING_H_
|
||||
|
||||
#include "string.h"
|
||||
#include <sdlerror.h>
|
||||
#include <akerror.h>
|
||||
|
||||
#define MAX_STRING_LENGTH 256
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#ifndef _UTIL_H_
|
||||
#define _UTIL_H_
|
||||
|
||||
#include <sdlerror.h>
|
||||
#include <akerror.h>
|
||||
|
||||
typedef struct point {
|
||||
int x;
|
||||
|
||||
Reference in New Issue
Block a user