HomeWildfire Games

Move ModIo JS interface functions to a separate namespace, refs rP21759.

Description

Move ModIo JS interface functions to a separate namespace, refs rP21759.

Differential Revision: https://code.wildfiregames.com/D1466
Reviewed By: Itms

Event Timeline

elexis added inline comments.Apr 25 2018, 4:13 PM
/ps/trunk/source/ps/scripting/JSInterface_ModIo.cpp
23

unused include. it once complained after I removed it, but now it doesn't anymore, should have checked once more after fixing the other references again

/ps/trunk/source/ps/scripting/JSInterface_ModIo.h
21

unused include, copypasta

24

and this forward declaration is as useless as the one it was copied from in rP20591