Added comments to the interface, and qclib does it's own endian checking now. No more sharing with the engine.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1048 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2005-05-22 13:42:10 +00:00
parent 8c50deeb2c
commit 03dfb7f399
6 changed files with 225 additions and 269 deletions

View file

@ -539,6 +539,8 @@ progfuncs_t * InitProgs(progexterns_t *ext)
funcs->callargc = &funcs->pr_argc;
funcs->parms = ext;
SetEndian();
return funcs;
}