Update rexm.c

This commit is contained in:
Ray
2025-11-02 20:04:43 +01:00
parent ee3be5799a
commit 91addeb889

View File

@@ -50,12 +50,12 @@
#include "raylib.h" #include "raylib.h"
#include <stdlib.h> #include <stdlib.h> // Required for: NULL, calloc(), free()
#include <stdio.h> // Required for: rename(), remove() #include <stdio.h> // Required for: rename(), remove()
#include <string.h> // Required for: strcmp(), strcpy() #include <string.h> // Required for: strcmp(), strcpy()
#define SUPPORT_LOG_INFO #define SUPPORT_LOG_INFO
#if defined(SUPPORT_LOG_INFO) && defined(_DEBUG) #if defined(SUPPORT_LOG_INFO) //&& defined(_DEBUG)
#define LOG(...) printf("REXM: "__VA_ARGS__) #define LOG(...) printf("REXM: "__VA_ARGS__)
#else #else
#define LOG(...) #define LOG(...)