summaryrefslogtreecommitdiff
path: root/csrc/mkf/graph_struct.h
diff options
context:
space:
mode:
Diffstat (limited to 'csrc/mkf/graph_struct.h')
-rw-r--r--csrc/mkf/graph_struct.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/csrc/mkf/graph_struct.h b/csrc/mkf/graph_struct.h
index 4859508..2d20a5e 100644
--- a/csrc/mkf/graph_struct.h
+++ b/csrc/mkf/graph_struct.h
@@ -3,6 +3,9 @@
* SPDX-License-Identifier: GPL-3.0-or-later
*/
+#ifndef RICH4_GRAPH_STRUCT_H_YxnQlWsLYw
+#define RICH4_GRAPH_STRUCT_H_YxnQlWsLYw
+
#include <stdint.h>
struct graph_st
@@ -17,3 +20,5 @@ struct graph_st
struct graph_st * allocate_graph_st(int w, int h, int x, int y);
struct graph_st * crop_graph(struct graph_st *a1, struct graph_st *a2, int x, int y, int w, int h);
+
+#endif