diff options
author | nathansmith117 <thenathansmithsmith@gmail.com> | 2024-02-15 00:06:35 +0000 |
---|---|---|
committer | nathansmith117 <thenathansmithsmith@gmail.com> | 2024-02-15 00:06:35 +0000 |
commit | 64bb931e18825b285dd93d0b9987ef72ece15ab4 (patch) | |
tree | 78cee060cf5f4f2bcc99254c99cead6f2d77578e /src/assets.c | |
parent | adf3b7635326af20e0e77d37c080ef08c64e9e91 (diff) | |
download | PenguinYippies-64bb931e18825b285dd93d0b9987ef72ece15ab4.tar.gz PenguinYippies-64bb931e18825b285dd93d0b9987ef72ece15ab4.tar.bz2 PenguinYippies-64bb931e18825b285dd93d0b9987ef72ece15ab4.zip |
Working on animation stuff
Diffstat (limited to 'src/assets.c')
-rw-r--r-- | src/assets.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/assets.c b/src/assets.c new file mode 100644 index 0000000..4ed3d53 --- /dev/null +++ b/src/assets.c @@ -0,0 +1 @@ +#include "assets.h" |