mirror of https://github.com/zeldaret/tp.git
				
				
				
			
		
			
				
	
	
		
			30 lines
		
	
	
		
			755 B
		
	
	
	
		
			C++
		
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			755 B
		
	
	
	
		
			C++
		
	
	
	
//
 | 
						|
// Generated By: dol2asm
 | 
						|
// Translation Unit: c_m3d_g_cir
 | 
						|
//
 | 
						|
 | 
						|
#include "SSystem/SComponent/c_m3d_g_cir.h"
 | 
						|
#include "dol2asm.h"
 | 
						|
#include "dolphin/types.h"
 | 
						|
 | 
						|
//
 | 
						|
// Declarations:
 | 
						|
//
 | 
						|
 | 
						|
/* 8026EEB4-8026EED0 001C+00 s=0 e=1 z=0  None .text      __ct__8cM3dGCirFv */
 | 
						|
cM3dGCir::cM3dGCir(void) {}
 | 
						|
 | 
						|
/* 8026EED0-8026EF18 0048+00 s=1 e=0 z=0  None .text      __dt__8cM2dGCirFv */
 | 
						|
// cM2dGCir::~cM2dGCir() autogenerated here
 | 
						|
 | 
						|
/* 8026EF18-8026EF74 005C+00 s=1 e=4 z=386  None .text      __dt__8cM3dGCirFv */
 | 
						|
cM3dGCir::~cM3dGCir(void) {}
 | 
						|
 | 
						|
/* 8026EF74-8026EF88 0014+00 s=0 e=1 z=0  None .text      Set__8cM3dGCirFffff */
 | 
						|
void cM3dGCir::Set(f32 pPosX, f32 pPosY, f32 pPosZ, f32 pRadius) {
 | 
						|
    mPosX = pPosX;
 | 
						|
    mPosY = pPosY;
 | 
						|
    mRadius = pRadius;
 | 
						|
    mPosZ = pPosZ;
 | 
						|
}
 |