Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android platform dependent entry points for GDNative #19591

Merged
merged 1 commit into from Jun 19, 2018

Conversation

BastiaanOlij
Copy link
Contributor

Just reworked a few calls @Paritosh97 created to give access to a few android internals that are needed in Android gdnative modules.

We may change/add more as we try to get our GearVR code to work :)


#include "modules/gdnative/gdnative.h"

// nothing to declare here at the moment, for now there are only entry calls
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this file here? I guess it was generated by an IDE? :D In all other GDNative "submodules" the implementation files don't have the headers in the same place, so I don't see why this file is needed.

Maybe there are some plans for later, but it just seems like boilerplate right now.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bump, once this file is removed it can be merged.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I originally started in a different direction, yeah I'll clean it up :)

@BastiaanOlij BastiaanOlij changed the title [WIP] Android platform dependent entry points for GDNative Android platform dependent entry points for GDNative Jun 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants