summaryrefslogtreecommitdiff
path: root/proto.hh
diff options
context:
space:
mode:
Diffstat (limited to 'proto.hh')
-rw-r--r--proto.hh16
1 files changed, 15 insertions, 1 deletions
diff --git a/proto.hh b/proto.hh
index 394f3be14b..ba93e7a526 100644
--- a/proto.hh
+++ b/proto.hh
@@ -1,6 +1,13 @@
+/*
+ proto.hh -- part of LilyPond
+
+ (c) 1996 Han-Wen Nienhuys
+*/
+
+#ifndef PROTO_HH
+#define PROTO_HH
#include "real.hh"
-class Parametric_symbol;
class Line_of_score;
class Line_of_staff;
class PCol;
@@ -74,3 +81,10 @@ struct Identifier;
struct Keyword;
class Mixed_qp;
class Paperdef;
+class Score_commands;
+class Parametric_symbol;
+
+
+
+#endif // PROTO_HH
+