esvg/esvg/Stroking.h

20 lines
246 B
C++

/**
* @author Edouard DUPIN
*
* @copyright 2011, Edouard DUPIN, all right reserved
*
* @license BSD v3 (see license file)
*/
#ifndef __ESVG_STROKING_H__
#define __ESVG_STROKING_H__
#include <esvg/Base.h>
namespace esvg {
};
#endif