28 lines
		
	
	
		
			781 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			781 B
		
	
	
	
		
			C++
		
	
	
	
	
	
///////////////////////////////////////////////////////////////////////////////////////////////////
 | 
						|
// OpenGL Image Copyright (c) 2008 - 2011 G-Truc Creation (www.g-truc.net)
 | 
						|
///////////////////////////////////////////////////////////////////////////////////////////////////
 | 
						|
// Created : 2010-01-09
 | 
						|
// Updated : 2010-01-09
 | 
						|
// Licence : This source is under MIT License
 | 
						|
// File    : gli/gtx/wavelet.hpp
 | 
						|
///////////////////////////////////////////////////////////////////////////////////////////////////
 | 
						|
 | 
						|
#ifndef GLI_GTX_WAVELET_INCLUDED
 | 
						|
#define GLI_GTX_WAVELET_INCLUDED
 | 
						|
 | 
						|
namespace gli{
 | 
						|
namespace gtx{
 | 
						|
namespace wavelet
 | 
						|
{
 | 
						|
 | 
						|
 | 
						|
}//namespace wavelet
 | 
						|
}//namespace gtx
 | 
						|
}//namespace gli
 | 
						|
 | 
						|
namespace gli{using namespace gtx::wavelet;}
 | 
						|
 | 
						|
#include "wavelet.inl"
 | 
						|
 | 
						|
#endif//GLI_GTX_WAVELET_INCLUDED
 |