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:
parent
8c50deeb2c
commit
03dfb7f399
6 changed files with 225 additions and 269 deletions
|
@ -539,6 +539,8 @@ progfuncs_t * InitProgs(progexterns_t *ext)
|
|||
funcs->callargc = &funcs->pr_argc;
|
||||
|
||||
funcs->parms = ext;
|
||||
|
||||
SetEndian();
|
||||
|
||||
return funcs;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue