Browse Source

Update rexm.c

pull/5325/head
Ray 1 month ago
parent
commit
91addeb889
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      tools/rexm/rexm.c

+ 2
- 2
tools/rexm/rexm.c View File

@ -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(...)

Loading…
Cancel
Save