Release 0.76
							parent
							
								
									983bbec098
								
							
						
					
					
						commit
						d83c228e10
					
				| 
						 | 
				
			
			@ -63,6 +63,12 @@ class Tile
 | 
			
		|||
        bool IsPositive() const;
 | 
			
		||||
        bool operator==(const Tile& T) const;
 | 
			
		||||
        bool operator!=(const Tile& T) const;
 | 
			
		||||
 | 
			
		||||
        Tile operator+(const Tile& T) const;
 | 
			
		||||
        Tile operator-(const Tile& T) const;
 | 
			
		||||
        Tile& operator+=(const Tile& T);
 | 
			
		||||
        Tile& operator-=(const Tile& T);
 | 
			
		||||
 | 
			
		||||
        friend std::ostream& operator<<(std::ostream& OS, const Tile& T);
 | 
			
		||||
        ~Tile();
 | 
			
		||||
};
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
										
											Binary file not shown.
										
									
								
							
		Loading…
	
		Reference in New Issue