Header file function.hpp
#define SIPLASPLAS_REFLECTION_DYNAMIC_FUNCTION_HPP
#include "object.hpp"
#include "object_manip.hpp"
#include "entity.hpp"
#include "function_pointer.hpp"
namespace cpp
{
namespace dynamic_reflection
{
class Function;
}
}