comparison ppl.c @ 216:247b03797fc9

Rename player, add a copyright note.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 07 Oct 2012 21:38:09 +0300
parents bed7457cd8da
children 3b5493fac928
comparison
equal deleted inserted replaced
215:5523ea253603 216:247b03797fc9
1 /*
2 * Cyrbe Pasci Player - A simple SDL-based UI for XM module playing
3 * Programmed and designed by Matti 'ccr' Hamalainen
4 * (C) Copyright 20012 Tecnic Software productions (TNSP)
5 *
6 * Please read file 'COPYING' for information on license and distribution.
7 */
1 #include "jss.h" 8 #include "jss.h"
2 #include "jssmod.h" 9 #include "jssmod.h"
3 #include "jssmix.h" 10 #include "jssmix.h"
4 #include "jssplr.h" 11 #include "jssplr.h"
5 12
544 551
545 engine.optScrWidth = 640; 552 engine.optScrWidth = 640;
546 engine.optScrHeight = 480; 553 engine.optScrHeight = 480;
547 engine.optScrDepth = 32; 554 engine.optScrDepth = 32;
548 555
549 dmInitProg("ppl", "Penis Player", "0.1", NULL, NULL); 556 dmInitProg("CBP", "Cyrbe Basci Player", "0.1", NULL, NULL);
550 557
551 // Parse arguments 558 // Parse arguments
552 if (!dmArgsProcess(argc, argv, optList, optListN, 559 if (!dmArgsProcess(argc, argv, optList, optListN,
553 argHandleOpt, argHandleFile, TRUE)) 560 argHandleOpt, argHandleFile, TRUE))
554 exit(1); 561 exit(1);