removed trailing whitespace

This commit is contained in:
Noel Berry
2020-08-28 21:11:43 -07:00
parent e70d7a11a0
commit e1d2e3066e
16 changed files with 106 additions and 106 deletions

View File

@ -3,11 +3,11 @@ a small C++ game framework for 2D games.
this will likely see breaking changes.
#### prerequisites
#### prerequisites
- A C++17 compiler and CMake
- Only an SDL2 `platform` [is done](https://github.com/NoelFB/blah/blob/master/private/blah/internal/platform_sdl2.cpp). CMake will need to find SDL2 via `SDL2_INCLUDE_DIRS` and `SDL2_LIBRARIES`
- Only an OpenGL `graphics` [is done](https://github.com/NoelFB/blah/blob/master/private/blah/internal/graphics_opengl.cpp), so it currently requires OpenGL.
#### notes
- There are probably lots of small bugs as this is highly untested. Best used as a learning resource for now.
- There's a custom "vector" class which is called List and Stacklist which may later be replaced with std::vector