Improving note on dependencies

master
Kaluub 1 년 전
부모
커밋
fcce0c38bf
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +3
    -3
      Working-on-Windows.md

+ 3
- 3
Working-on-Windows.md

@ -57,9 +57,9 @@ Just open `raylib/src/raylib.h` source file on Notepad++ and execute (F6) the sc
## A note on dependencies
Raylib includes all of it's own external dependencies on windows. There are 3 system libraries that need to be linked to raylib for a game to work.
* OpenGL32 This is the windows interface to the OpenGL API that raylib uses for drawing
* GDI32 this is the interface to the window setup and drawing functions that raylib and GLFW need to work on windows
* WinMM this is contains the high resolution timer code used by GLFW for precise timing in the game loop.
* OpenGL32: This is the Windows interface to the OpenGL API that raylib uses for drawing.
* GDI32: This is the interface to the window setup and drawing functions that raylib and GLFW need to work on Windows.
* WinMM: This is contains the high resolution timer code used by GLFW for precise timing in the game loop.
## Building Examples

불러오는 중...
취소
저장