Changes between Version 1 and Version 2 of dev/getting-started
- Timestamp:
- Apr 13, 2012, 11:18:10 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/getting-started
v1 v2 5 5 All the engine code is in the `src/` top level directory. 6 6 7 Public headers are in the `src/lol/` subdirectory. A lot of other headers can be used (and must be used, otherwise nothing works at all). Headers are moved to this subdirectory when the classes are considered good quality. 7 Public headers are in the `src/lol/` subdirectory. A lot of other headers can be used (and must be used, otherwise nothing works at all). Headers are moved to this subdirectory when the classes are considered good quality. Every `.h` that is not in `src/lol/` is considered complete crap. 8 8 9 9 Build files are in several places: