2016-04-17 22:42:13 +02:00
|
|
|
/** @file
|
2015-11-20 21:34:09 +01:00
|
|
|
* @author Edouard DUPIN
|
|
|
|
*
|
|
|
|
* @copyright 2014, Edouard DUPIN, all right reserved
|
|
|
|
*
|
2017-01-05 21:28:23 +01:00
|
|
|
* @license MPL v2.0 (see license file)
|
2015-11-20 21:34:09 +01:00
|
|
|
*/
|
|
|
|
|
2016-09-30 22:28:36 +02:00
|
|
|
#include <etk/types.hpp>
|
2018-09-24 23:26:06 +02:00
|
|
|
#include <etk/uri/uri.hpp>
|
|
|
|
|
2015-11-20 21:34:09 +01:00
|
|
|
|
2016-02-02 21:18:54 +01:00
|
|
|
#pragma once
|
2015-11-20 21:34:09 +01:00
|
|
|
|
|
|
|
extern bool g_visualDebug;
|