Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | RĂ©mi Verschelde | |
This allows more consistency in the manner we include core headers, where previously there would be a mix of absolute, relative and include path-dependent includes. | |||
2018-08-10 | [Core] Move Rect2 and Transform2D to their own files | Aaron Franke | |
Math2D includes Transform2D, which includes Rect2, which includes Vector2. |