Sfoglia il codice sorgente

Added notice comment.

bkaradzic 13 anni fa
parent
commit
2ce1d2f245
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      include/bgfxplatform.h

+ 4 - 0
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 <bx/bx.h>
 
 #if BX_PLATFORM_LINUX