undo, axis editing

This commit is contained in:
veclavtalica
2025-03-08 02:20:31 +03:00
parent 6d6230c6a1
commit 5f7b8bac6d
5 changed files with 87 additions and 17 deletions

View File

@ -9,6 +9,9 @@
#include <physfs.h>
#include <physfsrwops.h>
#define STB_VORBIS_MAX_CHANNELS 2
#define STB_VORBIS_NO_STDIO
#define STB_VORBIS_NO_INTEGER_CONVERSION
#define STB_VORBIS_NO_PUSHDATA_API
#define STB_VORBIS_HEADER_ONLY
#include <stb_vorbis.c>