mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-12 08:06:08 +00:00
Additional ScriptLoader imps
This commit is contained in:
25
Runtime/World/CGrappleParameters.hpp
Normal file
25
Runtime/World/CGrappleParameters.hpp
Normal file
@@ -0,0 +1,25 @@
|
||||
#ifndef __URDE_CGRAPPLEPARAMETERS_HPP__
|
||||
#define __URDE_CGRAPPLEPARAMETERS_HPP__
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
class CGrappleParameters
|
||||
{
|
||||
float x0_;
|
||||
float x4_;
|
||||
float x8_;
|
||||
float xc_;
|
||||
float x10_;
|
||||
float x14_;
|
||||
float x18_;
|
||||
float x1c_;
|
||||
float x20_;
|
||||
float x24_;
|
||||
float x28_;
|
||||
bool x2c_;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // __URDE_CGRAPPLEPARAMETERS_HPP__
|
||||
Reference in New Issue
Block a user