summaryrefslogtreecommitdiff
path: root/examples/tictactoe/tictactoe.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tictactoe/tictactoe.h')
-rw-r--r--examples/tictactoe/tictactoe.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/tictactoe/tictactoe.h b/examples/tictactoe/tictactoe.h
index 2d5693b68..6dfa203ad 100644
--- a/examples/tictactoe/tictactoe.h
+++ b/examples/tictactoe/tictactoe.h
@@ -1,3 +1,5 @@
+/* example-start tictactoe tictactoe.h */
+
/* GTK - The GIMP Toolkit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
@@ -59,3 +61,5 @@ void tictactoe_clear (Tictactoe *ttt);
#endif /* __cplusplus */
#endif /* __TICTACTOE_H__ */
+
+/* example-end */