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

Request: easy coroutines #13

Open
RedBrumbler opened this issue Mar 26, 2022 · 0 comments
Open

Request: easy coroutines #13

RedBrumbler opened this issue Mar 26, 2022 · 0 comments

Comments

@RedBrumbler
Copy link
Contributor

It would be great if there was a simple macro that did the making of coroutines for you as it's just calling one method, I propose to do it like this:

#define coro(...) custom_types::Helpers::CoroutineHelper::New(__VA_ARGS__)

advantages would be me not having to remember the exact namespace and also me not having to type as many :

darknight1050 pushed a commit to darknight1050/Il2CppQuestTypePatching that referenced this issue Dec 20, 2024
* Update dependencies

* Export type registrators
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant