restore: whole project
This commit is contained in:
11
src/util/animation_util.h
Normal file
11
src/util/animation_util.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef ANIMATION_UTIL_H
|
||||
#define ANIMATION_UTIL_H
|
||||
|
||||
#include "sprite.h"
|
||||
#include "raylib.h"
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
Animation *MirrorAnimations(Animation *originalAnimations, int count);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user