2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 13:47:43 +00:00

CSplashScreen integration

This commit is contained in:
Jack Andersen
2016-09-13 19:54:09 -10:00
parent 8b23c0538e
commit 1d8dfa3205
21 changed files with 409 additions and 118 deletions

View File

@@ -3,12 +3,14 @@
#include "../GCNTypes.hpp"
#include "zeus/CVector3f.hpp"
#include "amuse/amuse.hpp"
namespace urde
{
class CAudioSys
{
amuse::Engine m_engine;
public:
struct C3DEmitterParmData
{
@@ -22,7 +24,8 @@ public:
u8 minVol;
u8 extra[2];
};
CAudioSys(u8,u8,u8,u8,u32)
CAudioSys(amuse::IBackendVoiceAllocator& backend, u8,u8,u8,u8,u32)
: m_engine(backend)
{
}
};