summaryrefslogtreecommitdiff
path: root/phnxdeco/phnxsoft.h
blob: e4d31c31eab484b5c575e3fee8e44fe186af551c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/**********************************************
**
**
**	Defines for PhnxSoft
**
**
***********************************************/

#include	<stdio.h>
#include	"./phnxver.h"

#define         SftName         "PhoenixDeco"
#define         SftEMail        "Anton Borisov, anton.borisov@gmail.com"

        /********SoftWare*************/                                         
        byte SoftName[]         = "-="SftName", version "SftVersion"=-";
        byte CopyRights[]       = "\n(C) Anton Borisov, 2000, 2002-2004, Portions (C) 1999-2000";
	byte Url[]              = "Bug-reports direct to "SftEMail;