about summary refs log tree commit diff stats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index f556f98..31e2ab0 100644
--- a/src/main.c
+++ b/src/main.c
@@ -146,6 +146,8 @@ bool play_audio(int SoundEffect) {
 }
 
 int main(int argc, char *argv[]) {
+	/* Credits acknowledgements */
+	fprintf(stdout, "Game Icon (resources/icon.svg) by 2xYz is licensed under Creative Commons. Check docs/credits.html for more info.\n");
 	/* Raylib Init */
 	SDL_Init(SDL_INIT_AUDIO);
 	InitWindow(1280, 720, "Pong");