wavelet.hpp 781 Bytes
Newer Older
Kai Westerkamp committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
///////////////////////////////////////////////////////////////////////////////////////////////////
// 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