godot/platform/javascript/api
Leon Krause 63b1a096eb Facilitate exposing platform-exclusive interfaces to all platforms
This makes the interfaces available, without implementation, in other
platforms and the editor, which facilitates documenting platform-exclusive
classes.

Platform-exclusive APIs must be set up in platform/<platform>/api/api.cpp.
Provide noop method-implementations where necessary.

Also setup and document the HTML5 platform's JavaScript singleton.
2017-11-18 03:54:21 +01:00
..
api.cpp Facilitate exposing platform-exclusive interfaces to all platforms 2017-11-18 03:54:21 +01:00
api.h Facilitate exposing platform-exclusive interfaces to all platforms 2017-11-18 03:54:21 +01:00
javascript_eval.h Facilitate exposing platform-exclusive interfaces to all platforms 2017-11-18 03:54:21 +01:00