summaryrefslogtreecommitdiffhomepage
path: root/src/utils.h
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2016-11-16 18:46:13 +0100
committerraysan5 <[email protected]>2016-11-16 18:46:13 +0100
commit6d1b712a9678a7e1d57d994ab51afafbe06ec5fb (patch)
treea42886c764a5b081d58b9a87ddbfc760febb7b61 /src/utils.h
parent9d3ad52160a0e32271a8e3d76d9ea95e9bd0684a (diff)
downloadraylib-6d1b712a9678a7e1d57d994ab51afafbe06ec5fb.tar.gz
raylib-6d1b712a9678a7e1d57d994ab51afafbe06ec5fb.zip
Reviewed modules comments
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/utils.h b/src/utils.h
index 899cf583..045b0692 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -2,9 +2,9 @@
*
* raylib.utils
*
-* Some utility functions: rRES files data decompression
+* Some utility functions
*
-* Copyright (c) 2014 Ramon Santamaria (@raysan5)
+* Copyright (c) 2014-2016 Ramon Santamaria (@raysan5)
*
* This software is provided "as-is", without any express or implied warranty. In no event
* will the authors be held liable for any damages arising from the use of this software.
@@ -34,8 +34,6 @@
//----------------------------------------------------------------------------------
// Some basic Defines
//----------------------------------------------------------------------------------
-#define DO_NOT_TRACE_DEBUG_MSGS // Use this define to avoid DEBUG tracing
-
#if defined(PLATFORM_ANDROID)
#define fopen(name, mode) android_fopen(name, mode)
#endif