File diff r15933:39e6324db57a → r15934:789c54d0000d
src/misc/hashtable.hpp
Show inline comments
 
@@ -12,6 +12,8 @@
 
#ifndef  HASHTABLE_HPP
 
#define  HASHTABLE_HPP
 

	
 
#include "../core/math_func.hpp"
 

	
 
template <class Titem_>
 
struct CHashTableSlotT
 
{