summaryrefslogtreecommitdiffhomepage
path: root/src/raylib.h
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2018-07-28 17:57:05 +0200
committerraysan5 <[email protected]>2018-07-28 17:57:05 +0200
commit6f61e26a3c96d787f34785e8a35a15b5fa5c7612 (patch)
treec2e71aa4d55c162f76afd99bfc4de7361f1b9cb2 /src/raylib.h
parent9150b54b3e4033f55ca1a8ec3440c099e563db93 (diff)
downloadraylib-6f61e26a3c96d787f34785e8a35a15b5fa5c7612.tar.gz
raylib-6f61e26a3c96d787f34785e8a35a15b5fa5c7612.zip
Reviewed custom logging functionality
Diffstat (limited to 'src/raylib.h')
-rw-r--r--src/raylib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raylib.h b/src/raylib.h
index 4e64cdee..397ecb06 100644
--- a/src/raylib.h
+++ b/src/raylib.h
@@ -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)