We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a91c1f4 commit fdd5180Copy full SHA for fdd5180
register_types.h
@@ -28,11 +28,11 @@
28
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
29
/**************************************************************************/
30
31
-#ifndef JAVASCRIPT_REGISTER_TYPES_H
32
-#define JAVASCRIPT_REGISTER_TYPES_H
+#ifndef REGISTER_TYPES_H
+#define REGISTER_TYPES_H
33
34
#include "modules/register_module_types.h"
35
void initialize_javascript_module(ModuleInitializationLevel p_level);
36
void uninitialize_javascript_module(ModuleInitializationLevel p_level);
37
38
-#endif // JAVASCRIPT_REGISTER_TYPES_H
+#endif // REGISTER_TYPES_H
0 commit comments