]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/custos.hh
use classnames for interface naming; remove inclusion of
[lilypond.git] / lily / include / custos.hh
index c6a693404bcea90bfb15e857cb8f0d1fbed5e6f9..45914f77abf5708e67ef94154172663d96eae742 100644 (file)
 #define CUSTOS_HH
 
 #include "lily-guile.hh"
-
-class Grob;
-class Stencil;
+#include "lily-proto.hh"
+#include "grob-interface.hh"
 
 struct Custos
 {
   DECLARE_SCHEME_CALLBACK (print, (SCM));
-  static bool has_interface (Grob *);
+  DECLARE_GROB_INTERFACE();
 
 private:
   static void add_streepjes (Grob *me, int pos, int interspaces, Stencil *custos_);