-
Notifications
You must be signed in to change notification settings - Fork 7
/
daedalus.def
33 lines (31 loc) · 1.49 KB
/
daedalus.def
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
; Daedalus (Version 3.4) File: daedalus.def
; By Walter D. Pullen, Astara@msn.com, http://www.astrolog.org/labyrnth.htm
;
; IMPORTANT NOTICE: Daedalus and all Maze generation and general
; graphics routines used in this program are Copyright (C) 1998-2023 by
; Walter D. Pullen. Permission is granted to freely use, modify, and
; distribute these routines provided these credits and notices remain
; unmodified with any altered or distributed versions of the program.
; The user does have all rights to Mazes and other graphic output
; they make in Daedalus, like a novel created in a word processor.
;
; More formally: This program is free software; you can redistribute it
; and/or modify it under the terms of the GNU General Public License as
; published by the Free Software Foundation; either version 2 of the
; License, or (at your option) any later version. This program is
; distributed in the hope that it will be useful and inspiring, but
; WITHOUT ANY WARRANTY; without even the implied warranty of
; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
; General Public License for more details, a copy of which is in the
; LICENSE.HTM included with Daedalus, and at http://www.gnu.org
;
; Last code change: 8/29/2023.
NAME DAEDALUS
DESCRIPTION "Daedalus 3.4 - By Walter D. Pullen"
EXETYPE WINDOWS
STUB 'WINSTUB.EXE'
CODE PRELOAD MOVEABLE DISCARDABLE
DATA PRELOAD MOVEABLE MULTIPLE
HEAPSIZE 4096
EXPORTS WndProc @1
; daedalus.def