16 lines
237 B
C++
16 lines
237 B
C++
/** @file
|
|
* @author Edouard DUPIN
|
|
*
|
|
* @copyright 2014, Edouard DUPIN, all right reserved
|
|
*
|
|
* @license MPL v2.0 (see license file)
|
|
*/
|
|
|
|
#include <etk/types.hpp>
|
|
#include <etk/uri/uri.hpp>
|
|
|
|
|
|
#pragma once
|
|
|
|
extern bool g_visualDebug;
|