From 2ce1d2f2454aa45c1d4f216256ee7c6ebf0be5ea Mon Sep 17 00:00:00 2001 From: bkaradzic Date: Sun, 13 Jan 2013 22:44:04 -0800 Subject: [PATCH] Added notice comment. --- include/bgfxplatform.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/bgfxplatform.h b/include/bgfxplatform.h index 765865041..cc17166e5 100644 --- a/include/bgfxplatform.h +++ b/include/bgfxplatform.h @@ -6,6 +6,10 @@ #ifndef __BGFXPLATFORM_H__ #define __BGFXPLATFORM_H__ +// NOTICE: +// This header file contains platform specific interfaces. It is only +// necessary to use this header in conjunction with creating windows. + #include #if BX_PLATFORM_LINUX