restore: whole project

This commit is contained in:
2026-03-05 15:11:09 +01:00
parent 321c661bb8
commit f307470f56
57 changed files with 1270 additions and 0 deletions

11
src/util/animation_util.h Normal file
View 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