mirror of
https://github.com/raysan5/raylib.git
synced 2025-11-12 13:28:49 +00:00
Update rexm.c
This commit is contained in:
@@ -50,12 +50,12 @@
|
||||
|
||||
#include "raylib.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdlib.h> // Required for: NULL, calloc(), free()
|
||||
#include <stdio.h> // Required for: rename(), remove()
|
||||
#include <string.h> // Required for: strcmp(), strcpy()
|
||||
|
||||
#define SUPPORT_LOG_INFO
|
||||
#if defined(SUPPORT_LOG_INFO) && defined(_DEBUG)
|
||||
#if defined(SUPPORT_LOG_INFO) //&& defined(_DEBUG)
|
||||
#define LOG(...) printf("REXM: "__VA_ARGS__)
|
||||
#else
|
||||
#define LOG(...)
|
||||
|
||||
Reference in New Issue
Block a user