Replies: 1 comment 7 replies
-
If you either type an @ in front of the function name or press edit next to the function edit box you can select declaration only. Either option does not create the callback instead just declaring the prototype in the project_menu.h file, then you must implement it somewhere yourself. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Would be nice to be able to toggle between export of the main.cpp file or just a simple list with the callbacks. I dont like my main file to get messed up (my callbacks are in another file) and integrate the callbacks manually. Right now i need to delete the generated main file after every code generation....
Beta Was this translation helpful? Give feedback.
All reactions