summary refs log tree commit diff stats
path: root/src/title.c
diff options
context:
space:
mode:
authorCharadon <dev@iotib.net>2022-06-01 17:34:51 -0400
committerCharadon <dev@iotib.net>2022-06-01 17:34:51 -0400
commit01a21af4c041c6f3133b4202ca35c156ffb00f32 (patch)
tree7a118b37c09e744325cf3740a62e2857ae839ea0 /src/title.c
parent081187244a0f69a0043d15dd7ad2cf5f127c60be (diff)
downloadPong-C-01a21af4c041c6f3133b4202ca35c156ffb00f32.tar.gz
Migrate to meson
Diffstat (limited to 'src/title.c')
-rw-r--r--src/title.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/title.c b/src/title.c
index 806c0d0..1f2a51d 100644
--- a/src/title.c
+++ b/src/title.c
@@ -68,4 +68,4 @@ void title_screen() {
         EndDrawing();
     }
     return;
-}
\ No newline at end of file
+}