"Include Once" directive #2878
ReallyWeirdCat
started this conversation in
Suggestions
Replies: 2 comments
-
Maybe we'll get the C-style #ifndef LIB_NAME
#define LIB_NAME
... |
Beta Was this translation helpful? Give feedback.
0 replies
-
I don't see a directive for this happening. Above preprocessor solution maybe. But then again I want to decrease reliance on the preprocessor. You could do this pretty easily with just a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
A directive that could prevent the file from being included a second time if it was already included in the project before during the iteration. This is needed so that both files could have visibility of each other's variables and methods in the editor
Beta Was this translation helpful? Give feedback.
All reactions