/** ******************************************************************************* * @file display.h * @brief main display system of the hexViewer (Header) * @author Edouard DUPIN * @date 05/02/2011 * @par Project * hexViewer * * @par Copyright * Copyright 2010 Edouard DUPIN, all right reserved * * This software is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY. * * Licence : GNU Lesser General Public License (LGPL) v3.0 * ******************************************************************************* */ #ifndef __DISPLAY_H__ #define __DISPLAY_H__ #include "generalDefine.h" #include "parameter.h" void * threadDisplay (void * p_data); #endif