summaryrefslogtreecommitdiff
path: root/src/decomp/output-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/decomp/output-int.h')
-rw-r--r--src/decomp/output-int.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/decomp/output-int.h b/src/decomp/output-int.h
index 8aae974..885d9ca 100644
--- a/src/decomp/output-int.h
+++ b/src/decomp/output-int.h
@@ -29,6 +29,9 @@
+/* Xxx. */
+typedef GBufferLine * (* rlgbuf_fc) (GLangOutput *, GCodeBuffer *);
+
/* Ajoute un commentaire à un tampon donné. */
typedef GBufferLine * (* write_comments_fc) (GLangOutput *, GCodeBuffer *, const char *, size_t);
@@ -51,6 +54,9 @@ struct _GLangOutput
{
GObject parent; /* A laisser en premier */
+ rlgbuf_fc start_comments; /* Plusieurs commentaires (#1) */
+ write_comments_fc cont_comments; /* Plusieurs commentaires (#2) */
+ rlgbuf_fc end_comments; /* Plusieurs commentaires (#3) */
write_comments_fc write_comments; /* Commentaires sur une ligne */
write_comp_sign_fc comp_sign; /* Méthde de comparaison */