mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-11 22:23:59 +00:00
@@ -3,10 +3,21 @@
|
||||
|
||||
#include "types.h"
|
||||
|
||||
class CAnimRes;
|
||||
class CVector3f;
|
||||
|
||||
class CWorldTransManager {
|
||||
public:
|
||||
enum ETransType { kTT_Disabled, kTT_Enabled, kTT_Text };
|
||||
|
||||
void SetSfx(ushort, uchar, uchar);
|
||||
void SfxStart();
|
||||
void SfxStop();
|
||||
|
||||
void EnableTransition(const CAnimRes&, unsigned int, const CVector3f&, unsigned int, const CVector3f&, bool);
|
||||
void EnableTransition(int fontId, int stringId, int stringIdx, bool fadeWhite, float chFadeTime, float chFadeRate, float textStartTime);
|
||||
void DisableTransition();
|
||||
|
||||
ETransType GetTransType() const { return x30_transType; }
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user