esvg/test/main.h
Edouard DUPIN bbfe108c5b [DEV] multiple add:
- add display debug to faster developpement
    - add multiple line path in the pointing list
    - better integration of conficuration of svg parameter
2015-11-20 21:34:09 +01:00

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