thalassa/cms/makeargv.hpp
2026-03-19 06:23:52 +05:00

10 lines
194 B
C++

#ifndef MAKEARGV_HPP_SENTRY
#define MAKEARGV_HPP_SENTRY
#include <scriptpp/scrvar.hpp>
#include <scriptpp/scrvect.hpp>
bool make_argv(const ScriptVariable &src, ScriptVector &target);
#endif