diff options
author | Charadon <dev@iotib.net> | 2022-06-01 17:34:51 -0400 |
---|---|---|
committer | Charadon <dev@iotib.net> | 2022-06-01 17:34:51 -0400 |
commit | 01a21af4c041c6f3133b4202ca35c156ffb00f32 (patch) | |
tree | 7a118b37c09e744325cf3740a62e2857ae839ea0 /src/title.c | |
parent | 081187244a0f69a0043d15dd7ad2cf5f127c60be (diff) | |
download | Pong-C-01a21af4c041c6f3133b4202ca35c156ffb00f32.tar.gz |
Migrate to meson
Diffstat (limited to 'src/title.c')
-rw-r--r-- | src/title.c | 2 |
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 +} |