mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-09 17:07:40 +00:00
@@ -11,6 +11,7 @@ class CArchitectureQueue {
|
||||
public:
|
||||
bool Push(const CArchitectureMessage& msg) {
|
||||
x0_queue.push_back(msg);
|
||||
return false; // TODO
|
||||
}
|
||||
void Pop(); // TODO
|
||||
void Clear(); // TODO
|
||||
|
||||
@@ -34,7 +34,7 @@ public:
|
||||
float x30_;
|
||||
bool x34_castShadows;
|
||||
float x38_;
|
||||
EFalloffType x3c_falloff;
|
||||
EFallofType x3c_falloff;
|
||||
float x40_;
|
||||
};
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#define _MUSYX_SYNTH
|
||||
|
||||
#include "musyx/musyx_priv.h"
|
||||
#ifndef __cplusplus
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
@@ -40,7 +40,7 @@ void synthVolume(u8 volume, u16 time, u8 volgroup2, s32, s32);
|
||||
/* TODO: Move this where it belongs */
|
||||
void hwSetAUXProcessingCallbacks(u8 studio, SND_AUX_CALLBACK auxA, void* userA,
|
||||
SND_AUX_CALLBACK auxB, void* userB);
|
||||
#ifndef __cplusplus
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
@@ -18,6 +18,7 @@ public:
|
||||
cur = cur->get_next();
|
||||
}
|
||||
}
|
||||
void push_back(const T&);
|
||||
|
||||
private:
|
||||
struct node {
|
||||
|
||||
Reference in New Issue
Block a user