mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-13 20:06:08 +00:00
14
include/MetroidPrime/Player/CPlayerState.hpp
Normal file
14
include/MetroidPrime/Player/CPlayerState.hpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef _CPLAYERSTATE_HPP
|
||||
#define _CPLAYERSTATE_HPP
|
||||
|
||||
#include "types.h"
|
||||
|
||||
class CPlayerState {
|
||||
public:
|
||||
void SetIsFusionEnabled(bool v);
|
||||
|
||||
private:
|
||||
u8 pad[0x198];
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user