mirror of
				https://github.com/coop-deluxe/sm64coopdx.git
				synced 2025-10-30 08:01:01 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			138 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			138 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef _HELPER_MACROS_H
 | 
						|
#define _HELPER_MACROS_H
 | 
						|
 | 
						|
#define LIST_NEXT_ITEM(curItem, type) ((type *)((s32)curItem + sizeof(type)))
 | 
						|
 | 
						|
#endif 
 |