mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
Add some comments to #endif's where it will easier life
Also added some new line to improve readability Signed-off-by: Yevhen Babiichuk (DustDFG) <dfgdust@gmail.com> Co-authored-by: Danil Alexeev <danil@alexeev.xyz>
This commit is contained in:
parent
44fa552343
commit
8c29ef38fc
6 changed files with 24 additions and 20 deletions
|
@ -74,13 +74,13 @@
|
|||
return; \
|
||||
}
|
||||
|
||||
#else
|
||||
#else // !DEBUG_ENABLED
|
||||
|
||||
#define VALIDATE_ARG_COUNT(m_count)
|
||||
#define VALIDATE_ARG_INT(m_arg)
|
||||
#define VALIDATE_ARG_NUM(m_arg)
|
||||
|
||||
#endif
|
||||
#endif // DEBUG_ENABLED
|
||||
|
||||
struct GDScriptUtilityFunctionsDefinitions {
|
||||
#ifndef DISABLE_DEPRECATED
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue