Skip to content

Commit 2092dd3

Browse files
Add ToDos in README.md
1 parent 8fda99e commit 2092dd3

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,17 @@ Use the `sdl2` unit for the main SDL2 library (should be always needed). Units f
2020
- [`sdl2_net`](https://www.libsdl.org/projects/SDL_net/)
2121
- [`sdl2_ttf`](https://www.libsdl.org/projects/SDL_ttf/)
2222

23-
## Bugs / Contributions
23+
## Bugs / Contributions / ToDos
2424

25-
If you have any contributions, feel free to drop a pull request or send in a patch.
25+
If you have any contributions or bugfixes, feel free to drop a pull request or send in a patch.
2626

27-
Same goes for bugs, please use the GitHub issue tracker.
27+
Please use the GitHub issue tracker for bug reports.
28+
29+
### ToDos
30+
31+
- (Continously) Update files by new SDL2 functions and types which are present in more recent SDL2 versions.
32+
- (Continously atm.) Translate integer aliases into typed enums. See PR [#4](https://github.com/PascalGameDevelopment/SDL2-for-Pascal/pull/4) for reference.
33+
- (Continously) Check FPC/Delphi compatibility.
2834

2935
## License
3036

0 commit comments

Comments
 (0)