Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Facilitate exposing platform-exclusive interfaces to all platforms | Leon Krause | 2017-11-18 | 1 | -0/+73 |
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. |