metaforce/Runtime/World/CGrappleParameters.hpp

26 lines
362 B
C++
Raw Normal View History

2016-04-18 01:58:13 +00:00
#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__