added adpcm support

This commit is contained in:
Sandro Sobczyński
2020-11-10 19:31:30 +01:00
parent ac7a04b669
commit f3a1bcb47d
4 changed files with 337 additions and 254 deletions
+2
View File
@@ -12,6 +12,7 @@
#define _ARI_
#include <tamtypes.h>
#include <audsrv.h>
#include <game.hpp>
#include <engine.hpp>
#include "objects/player.hpp"
@@ -38,6 +39,7 @@ private:
Player player;
Mesh island, islandAddons, skybox;
Mesh *waterFloors;
audsrv_adpcm_t *adpcm;
Point *spirals;
Camera camera;
TextureRepository *texRepo;