소스 검색

Keep the basic project structure simple and stupid.

Yao Wei Tjong 姚伟忠 11 년 전
부모
커밋
9d15448830
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      Docs/GettingStarted.dox

+ 0 - 3
Docs/GettingStarted.dox

@@ -375,15 +375,12 @@ First of all, structure your project similar to Urho3D project as below. Althoug
 
 \code
 PROJECT_ROOT/
- ├ Android/
  ├ Bin/
  │  ├ Data/
  │  └ CoreData/
  ├ CMake/
  │  ├ Modules/
  │  └ Toolchains/
- ├ Docs/
- ├ Source/
  ├ CMakeListst.txt
  ├ *.cpp and *.h
  └ *.bat or *.sh