testing a ecs
This commit is contained in:
parent
47d28b4f1e
commit
8915080b64
20 changed files with 20419 additions and 101 deletions
|
@ -23,7 +23,7 @@ int main(int argc,const char** argv) {
|
|||
|
||||
argagg::parser argparser {{
|
||||
{ "help", {"-h", "--help"},
|
||||
"shows this help message", 0},
|
||||
"shows this help message", 0},
|
||||
{ "file", {"-f", "--file"},
|
||||
"load file to run", 1}
|
||||
}
|
||||
|
@ -52,12 +52,12 @@ int main(int argc,const char** argv) {
|
|||
|
||||
std::ostringstream sout;
|
||||
std::copy(std::istreambuf_iterator<char>(input),
|
||||
std::istreambuf_iterator<char>(),
|
||||
std::ostreambuf_iterator<char>(sout));
|
||||
std::istreambuf_iterator<char>(),
|
||||
std::ostreambuf_iterator<char>(sout));
|
||||
|
||||
input.close();
|
||||
|
||||
pw::script::initialize();
|
||||
pw::script::initialize();
|
||||
|
||||
pw::script s;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue