mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 22:27:43 +00:00
More script loaders
This commit is contained in:
19
Runtime/World/CScriptSound.hpp
Normal file
19
Runtime/World/CScriptSound.hpp
Normal file
@@ -0,0 +1,19 @@
|
||||
#ifndef __URDE_CSCRIPTSOUND_HPP__
|
||||
#define __URDE_CSCRIPTSOUND_HPP__
|
||||
|
||||
#include "CActor.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
class CScriptSound : public CActor
|
||||
{
|
||||
public:
|
||||
CScriptSound(TUniqueId, const std::string& name, const CEntityInfo& info,
|
||||
const zeus::CTransform& xf, s16 soundId, bool, float, float, float,
|
||||
u32, u32, u32, u32, u32, bool, bool, bool, bool, bool, bool, bool, bool, u32);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // __URDE_CSCRIPTSOUND_HPP__
|
||||
Reference in New Issue
Block a user