Add minor comments
This commit is contained in:
		
							parent
							
								
									e208bc49e8
								
							
						
					
					
						commit
						9c421aed45
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -34,14 +34,15 @@
 | 
			
		|||
#include <assert.h>
 | 
			
		||||
#include <vector>
 | 
			
		||||
 | 
			
		||||
/* Regular autotile patterns */
 | 
			
		||||
/* Regular (A) autotile patterns */
 | 
			
		||||
extern const StaticRect autotileVXRectsA[];
 | 
			
		||||
extern const int autotileVXRectsAN;
 | 
			
		||||
 | 
			
		||||
/* Wall autotile patterns */
 | 
			
		||||
/* Wall (B) autotile patterns */
 | 
			
		||||
extern const StaticRect autotileVXRectsB[];
 | 
			
		||||
extern const int autotileVXRectsBN;
 | 
			
		||||
 | 
			
		||||
/* Waterfall (C) autotile patterns */
 | 
			
		||||
static const StaticRect autotileVXRectsC[] =
 | 
			
		||||
{
 | 
			
		||||
	{ 32.5, 0.5, 15, 31 },
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue