Files
echoes/include/MetroidPrime/CEchoParameters.hpp

16 lines
225 B
C++

#ifndef _CECHOPARAMETERS
#define _CECHOPARAMETERS
class CEchoParameters {
public:
CEchoParameters(int, int, int, float, float, float);
private:
int x0;
float x4;
float x8;
float xc;
};
#endif // _CECHOPARAMETERS