File diff r18875:1438011bedd9 → r18876:3403b9c464f9
src/tilematrix_type.hpp
Show inline comments
 
@@ -9,13 +9,13 @@
 

	
 
/** @file tilematrix_type.hpp Template for storing a value per area of the map. */
 

	
 
#ifndef TILEMATRIX_TYPE_HPP
 
#define TILEMATRIX_TYPE_HPP
 

	
 
#include "core/mem_func.hpp"
 
#include "core/alloc_func.hpp"
 
#include "tilearea_type.h"
 

	
 
/**
 
 * A simple matrix that stores one value per N*N square of the map.
 
 * Storage is only allocated for the part of the map that has values
 
 * assigned.