Reviewed custom logging functionality
This commit is contained in:
parent
9150b54b3e
commit
6f61e26a3c
2 changed files with 6 additions and 14 deletions
|
@ -71,7 +71,7 @@
|
|||
#ifndef RAYLIB_H
|
||||
#define RAYLIB_H
|
||||
|
||||
#include <stdarg.h> // Required for va_list
|
||||
#include <stdarg.h> // Required for: va_list - Only used by TraceLogCallback
|
||||
|
||||
#if defined(_WIN32) && defined(BUILD_LIBTYPE_SHARED)
|
||||
#define RLAPI __declspec(dllexport) // We are building raylib as a Win32 shared library (.dll)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue