mirror of
https://github.com/Naios/continuable.git
synced 2025-12-06 16:56:44 +08:00
10 lines
121 B
C++
10 lines
121 B
C++
|
|
#ifndef _FLUENT_HPP_
|
|
#define _FLUENT_HPP_
|
|
|
|
#include "functional_unwrap.hpp"
|
|
|
|
void do_export();
|
|
|
|
#endif /// _FLUENT_HPP_
|