egami/sample/write.hpp

13 lines
183 B
C++
Raw Normal View History

2016-07-13 22:27:54 +02:00
/** @file
* @author Edouard DUPIN
* @copyright 2016, Edouard DUPIN, all right reserved
* @license MPL v2.0 (see license file)
2016-07-13 22:27:54 +02:00
*/
#pragma once
namespace appl {
void write();
}