#include "scripting/serialize.hpp"
#include <iostream>
#include "lisp/writer.hpp"
#include "lisp/list_iterator.hpp"
#include "scripting/squirrel_error.hpp"
Go to the source code of this file.
Namespaces | |
namespace | scripting |
Functions | |
void | scripting::load_squirrel_table (HSQUIRRELVM vm, SQInteger table_idx, const Reader &lisp) |
void | scripting::save_squirrel_table (HSQUIRRELVM vm, SQInteger table_idx, Writer &writer) |