Major - Adds FMOD audio library - V13.0.0

Adds precompiled FMOD audio library binaries for various platforms (x86, x64, arm64) and build configurations (Debug, Release).
Also adds a basic audio component header file.
This commit is contained in:
2025-09-09 17:58:42 +02:00
parent defc1cb795
commit 42c44b9ff1
36 changed files with 8900 additions and 24 deletions

View File

@@ -9,6 +9,8 @@
#include "camera_class.h"
#include "light_class.h"
#include "Fmod/core/inc/fmod.hpp"
#include "bitmap_class.h"
#include "sprite_class.h"
#include "timer_class.h"