From: David Griffith Date: Tue, 4 Sep 2018 05:11:10 +0000 (-0700) Subject: Comment cleanup for some headers. X-Git-Url: https://scope-eye.net/git/?a=commitdiff_plain;h=b7abaea0383c68e0b38400dfcebbfaa04b900aad;p=liskon_frotz.git Comment cleanup for some headers. --- diff --git a/src/curses/ux_blorb.h b/src/curses/ux_blorb.h index ef15d4c..4c02d51 100644 --- a/src/curses/ux_blorb.h +++ b/src/curses/ux_blorb.h @@ -1,3 +1,9 @@ +/* + * ux_blorb.h + * + * Blorb related functions specific to the Curses interface. + * + */ #include "../blorb/blorb.h" #include "../blorb/blorblow.h" diff --git a/src/dumb/dumb_blorb.h b/src/dumb/dumb_blorb.h index 55bee92..ec84be0 100644 --- a/src/dumb/dumb_blorb.h +++ b/src/dumb/dumb_blorb.h @@ -1,3 +1,9 @@ +/* + * dumb_blorb.h + * + * Blorb related functions specific to the Dumb interface. + * + */ #include "../blorb/blorb.h" #include "../blorb/blorblow.h" diff --git a/src/dumb/dumb_frotz.h b/src/dumb/dumb_frotz.h index 3fd7ab9..0be1177 100644 --- a/src/dumb/dumb_frotz.h +++ b/src/dumb/dumb_frotz.h @@ -1,4 +1,5 @@ -/* dumb-frotz.h +/* + * dumb_frotz.h * * Frotz os functions for a standard C library and a dumb terminal. * Now you can finally play Zork Zero on your Teletype. @@ -6,6 +7,7 @@ * Copyright 1997, 1998 Alembic Petrofsky . * Any use permitted provided this notice stays intact. */ + #include "../common/frotz.h" #include #include