mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-27 06:44:48 -04:00
Decompile alCSeqNewMarker
This commit is contained in:
@@ -786,7 +786,7 @@ void alSeqGetLoc(ALSeq *seq, ALSeqMarker *marker);
|
||||
* Compact Sequence data representation routines
|
||||
*/
|
||||
void alCSeqNew(ALCSeq *seq, u8 *ptr);
|
||||
void alCSeqNextEvent(ALCSeq *seq,ALEvent *evt);
|
||||
void alCSeqNextEvent(ALCSeq *seq, ALEvent *evt, s32 arg2);
|
||||
s32 alCSeqGetTicks(ALCSeq *seq);
|
||||
f32 alCSeqTicksToSec(ALCSeq *seq, s32 ticks, u32 tempo);
|
||||
u32 alCSeqSecToTicks(ALCSeq *seq, f32 sec, u32 tempo);
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
#include "data.h"
|
||||
#include "types.h"
|
||||
|
||||
u32 func00038d30(void);
|
||||
u32 func00038eb0(void);
|
||||
u32 func0003902c(void);
|
||||
u32 func00039be0(void);
|
||||
u32 func00039c30(void);
|
||||
|
||||
Reference in New Issue
Block a user