adding entity reader

This commit is contained in:
2011-02-24 09:32:13 +00:00
parent 402800e0ae
commit 5b1a61f4c8
4 changed files with 556 additions and 22 deletions

View File

@ -146,7 +146,7 @@ static int handle_args (int argc, qse_char_t* argv[])
int scm_main (int argc, qse_char_t* argv[])
{
qse_scm_t* scm;
qse_scm_obj_t* obj;
qse_scm_ent_t* obj;
if (handle_args (argc, argv) == -1) return -1;