mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-11 15:41:47 +00:00
18
include/MetroidPrime/CEffect.hpp
Normal file
18
include/MetroidPrime/CEffect.hpp
Normal file
@@ -0,0 +1,18 @@
|
||||
#ifndef _CEFFECT_HPP
|
||||
#define _CEFFECT_HPP
|
||||
|
||||
#include "types.h"
|
||||
|
||||
#include "MetroidPrime/CActor.hpp"
|
||||
|
||||
class CEffect : public CActor {
|
||||
public:
|
||||
CEffect(TUniqueId uid, const CEntityInfo& info, bool, const rstl::string& name,
|
||||
const CTransform4f& xf);
|
||||
|
||||
// CEntity
|
||||
~CEffect();
|
||||
};
|
||||
CHECK_SIZEOF(CEffect, 0xe8)
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user