Move from 'libsdlerror' to 'libakerror'
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include <SDL3/SDL.h>
|
||||
#include <SDL3_image/SDL_image.h>
|
||||
#include <string.h>
|
||||
#include <sdlerror.h>
|
||||
#include <akerror.h>
|
||||
|
||||
#include <sdl3game/game.h>
|
||||
#include <sdl3game/sprite.h>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include <SDL3/SDL.h>
|
||||
#include <SDL3_image/SDL_image.h>
|
||||
#include <SDL3_mixer/SDL_mixer.h>
|
||||
#include <sdlerror.h>
|
||||
#include <akerror.h>
|
||||
#include <sdl3game/game.h>
|
||||
#include <sdl3game/staticstring.h>
|
||||
#include <sdl3game/heap.h>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include <SDL3/SDL.h>
|
||||
#include <SDL3_image/SDL_image.h>
|
||||
#include <sdlerror.h>
|
||||
#include <akerror.h>
|
||||
#include <string.h>
|
||||
#include <jansson.h>
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#include <SDL3/SDL.h>
|
||||
#include <sdlerror.h>
|
||||
#include <akerror.h>
|
||||
#include <sdl3game/heap.h>
|
||||
#include <sdl3game/registry.h>
|
||||
#include <sdl3game/game.h>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#include <SDL3_image/SDL_image.h>
|
||||
#include <SDL3_mixer/SDL_mixer.h>
|
||||
#include <stdio.h>
|
||||
#include <sdlerror.h>
|
||||
#include <akerror.h>
|
||||
|
||||
#include <sdl3game/game.h>
|
||||
#include <sdl3game/controller.h>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#include <stdlib.h>
|
||||
#include <sdlerror.h>
|
||||
#include <akerror.h>
|
||||
|
||||
#include <sdl3game/game.h>
|
||||
#include <sdl3game/sprite.h>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include <jansson.h>
|
||||
#include <string.h>
|
||||
#include <sdlerror.h>
|
||||
#include <akerror.h>
|
||||
|
||||
#include <sdl3game/json_helpers.h>
|
||||
#include <sdl3game/game.h>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#include <SDL3/SDL.h>
|
||||
#include <sdlerror.h>
|
||||
#include <akerror.h>
|
||||
|
||||
#include <sdl3game/sprite.h>
|
||||
#include <sdl3game/registry.h>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#include <SDL3_image/SDL_image.h>
|
||||
#include <string.h>
|
||||
#include <jansson.h>
|
||||
#include <sdlerror.h>
|
||||
#include <akerror.h>
|
||||
|
||||
#include <libgen.h>
|
||||
#include <sdl3game/game.h>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include <sdlerror.h>
|
||||
#include <akerror.h>
|
||||
#include <sdl3game/staticstring.h>
|
||||
|
||||
ErrorContext *string_initialize(string *obj, char *init)
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
#include <SDL3_mixer/SDL_mixer.h>
|
||||
#include <string.h>
|
||||
#include <jansson.h>
|
||||
#include <sdlerror.h>
|
||||
#include <akerror.h>
|
||||
|
||||
#include <sdl3game/tilemap.h>
|
||||
#include <sdl3game/actor.h>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
#include <SDL3/SDL.h>
|
||||
#include <SDL3_image/SDL_image.h>
|
||||
#include <sdlerror.h>
|
||||
#include <akerror.h>
|
||||
|
||||
#include <sdl3game/util.h>
|
||||
#include <sdl3game/heap.h>
|
||||
|
||||
Reference in New Issue
Block a user