bkaradzic %!s(int64=12) %!d(string=hai) anos
pai
achega
2d41d82316
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  1. 4 4
      include/bgfxplatform.h

+ 4 - 4
include/bgfxplatform.h

@@ -74,8 +74,8 @@ namespace bgfx
 #endif // BX_PLATFORM_
 
 #if defined(_SDL_H)
-// If SDL.h is included before bgfxplatform.h we can enable SDL window interop
-// convenience code.
+// If SDL.h is included before bgfxplatform.h we can enable SDL window
+// interop convenience code.
 
 #	include <SDL_syswm.h>
 
@@ -104,8 +104,8 @@ namespace bgfx
 } // namespace bgfx
 
 #elif defined(_glfw3_h_)
-// If GLFW/glfw3.h is included before bgfxplatform.h we can enable GLFW3 window
-// interop convenience code.
+// If GLFW/glfw3.h is included before bgfxplatform.h we can enable GLFW3
+// window interop convenience code.
 
 #	if BX_PLATFORM_LINUX
 #		define GLFW_EXPOSE_NATIVE_X11