Moved include files to a proper sdl3game include directory
This commit is contained in:
12
src/heap.c
12
src/heap.c
@@ -1,12 +1,12 @@
|
||||
#include <stdlib.h>
|
||||
#include <sdlerror.h>
|
||||
|
||||
#include "game.h"
|
||||
#include "sprite.h"
|
||||
#include "heap.h"
|
||||
#include "registry.h"
|
||||
#include "staticstring.h"
|
||||
#include "iterator.h"
|
||||
#include <sdl3game/game.h>
|
||||
#include <sdl3game/sprite.h>
|
||||
#include <sdl3game/heap.h>
|
||||
#include <sdl3game/registry.h>
|
||||
#include <sdl3game/staticstring.h>
|
||||
#include <sdl3game/iterator.h>
|
||||
|
||||
actor HEAP_ACTOR[MAX_HEAP_ACTOR];
|
||||
sprite HEAP_SPRITE[MAX_HEAP_SPRITE];
|
||||
|
||||
Reference in New Issue
Block a user