moved entity management functions to a separate file

This commit is contained in:
2011-03-01 09:40:58 +00:00
parent 31ae7440a5
commit 1d478104b3
9 changed files with 641 additions and 1201 deletions

View File

@ -164,7 +164,7 @@ int scm_main (int argc, qse_char_t* argv[])
qse_scm_attachio (scm, &io);
}
qse_scm_read (scm);
qse_scm_print (scm, qse_scm_read (scm));
#if 0
while (1)