Removed a misleading comment.
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@4520 127b21dd-08f5-0310-b4b7-95ae10353056
This commit is contained in:
parent
9541bba187
commit
5c6ddfd9bd
@ -33,7 +33,7 @@ MA 02110-1301, USA.
|
||||
|
||||
void InitOOJSEntity(JSContext *context, JSObject *global);
|
||||
|
||||
BOOL JSValueToEntity(JSContext *context, jsval value, Entity **outEntity); // Value may be Entity or integer (OOUniversalID).
|
||||
BOOL JSValueToEntity(JSContext *context, jsval value, Entity **outEntity);
|
||||
|
||||
JSClass gOOEntityJSClass;
|
||||
JSObject *gOOEntityJSPrototype;
|
||||
|
Loading…
x
Reference in New Issue
Block a user