소스 검색

Fix file names (#2083)

Tesla Ice Zhang 7 년 전
부모
커밋
4b353ce482
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      docs/README.md

+ 3 - 3
docs/README.md

@@ -25,9 +25,9 @@ Dear ImGui is self-contained within a few files that you can easily copy and com
 - imgui_widgets.cpp
 - imgui_internal.h
 - imconfig.h (empty by default, user-editable)
-- stb_rect_pack.h
-- stb_textedit.h
-- stb_truetype.h
+- imstb_rect_pack.h
+- imstb_textedit.h
+- imstb_truetype.h
 
 No specific build process is required. You can add the .cpp files to your project or #include them from an existing file.