From 3e8c37cf1fee349756ff7f0fe9b0b693622bfa73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Calixte?= Date: Sat, 19 Jun 2021 15:20:23 +0200 Subject: header guards --- include/render_text.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include') diff --git a/include/render_text.h b/include/render_text.h index 94002caf..e3e0f4c8 100644 --- a/include/render_text.h +++ b/include/render_text.h @@ -1,3 +1,6 @@ +#ifndef POKEDIAMOND_RENDER_TEXT_H +#define POKEDIAMOND_RENDER_TEXT_H + #include "global.h" #include "text.h" @@ -41,3 +44,5 @@ u8 FUN_02002BD4(); void FUN_02002BE4(); u8 FUN_02002BF4(); void FUN_02002C04(); + +#endif // POKEDIAMOND_RENDER_TEXT_H -- cgit v1.2.3