mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 16:33:30 +00:00
Replace a few #if/#elif with #ifdef and "#elif defined"
This commit is contained in:
parent
9c3ddf05cb
commit
ad2127a3e8
11 changed files with 17 additions and 17 deletions
|
@ -34,7 +34,7 @@
|
|||
#include "pluginscript_instance.h"
|
||||
#include "pluginscript_script.h"
|
||||
|
||||
#if DEBUG_ENABLED
|
||||
#ifdef DEBUG_ENABLED
|
||||
#define __ASSERT_SCRIPT_REASON "Cannot retrieve pluginscript class for this script, is you code correct ?"
|
||||
#define ASSERT_SCRIPT_VALID() \
|
||||
{ \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue