mirror of
https://github.com/SDL-Hercules-390/hyperion.git
synced 2026-04-20 02:36:27 +02:00
22 lines
958 B
C
22 lines
958 B
C
/////////////////////////////////////////////////////////////////////////////////////////
|
|
// dynguip.h -- defines constants identifying the product itself
|
|
// (c) Copyright "Fish" (David B. Trout), 2003
|
|
/////////////////////////////////////////////////////////////////////////////////////////
|
|
|
|
#ifndef _DYNGUIP_H_
|
|
#define _DYNGUIP_H_
|
|
|
|
///////////////////////////////////////////////////////////////////////////////////////
|
|
|
|
#define PRODUCT "Hercules External GUI Interface DLL"
|
|
#define COPYRIGHT "Copyright (c) 2003"
|
|
#define COMPANY "Software Development Laboratories"
|
|
#define PRODUCT_URL "http://home.sprintmail.com/~dtrout/Hercules/index.html"
|
|
#define PRODUCT_EMAIL "fish@infidels.org"
|
|
#define HERCULES_URL "http://www.conmicro.cx/hercules/"
|
|
#define HERCULES_EMAIL "hercules-390@yahoogroups.com"
|
|
|
|
///////////////////////////////////////////////////////////////////////////////////////
|
|
|
|
#endif // _DYNGUIP_H_
|