- add display debug to faster developpement - add multiple line path in the pointing list - better integration of conficuration of svg parameter
18 lines
258 B
C
18 lines
258 B
C
/**
|
|
* @author Edouard DUPIN
|
|
*
|
|
* @copyright 2014, Edouard DUPIN, all right reserved
|
|
*
|
|
* @license APACHE v2.0 (see license file)
|
|
*/
|
|
|
|
#include <etk/types.h>
|
|
|
|
#ifndef __ESVG_TEST_MAIN_H__
|
|
#define __ESVG_TEST_MAIN_H__
|
|
|
|
extern bool g_visualDebug;
|
|
|
|
|
|
#endif
|