10 lines
194 B
C++
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
|