add SFML fullscreen example

This commit is contained in:
2024-02-24 19:29:12 +03:00
parent 6f497d3e7c
commit c7516d542c
4 changed files with 71 additions and 2 deletions

View File

@@ -28,12 +28,12 @@ indent_size = 2
# C
[{*.c,*.h}]
indent_style = space
indent_size = 4
indent_size = 2
# C++
[{*.cpp,*.ino,*.hpp}]
indent_style = space
indent_size = 4
indent_size = 2
# V
[{*.v,v.mod}]