diff options
author | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-06-19 15:20:23 +0200 |
---|---|---|
committer | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-06-19 15:20:23 +0200 |
commit | 3e8c37cf1fee349756ff7f0fe9b0b693622bfa73 (patch) | |
tree | 31a9abad544a941a266ed6594beae2f3d5b24121 /include/render_text.h | |
parent | 7bc0ff3bda79817d7b6f0373aafa1c7ec23d0ff5 (diff) |
header guards
Diffstat (limited to 'include/render_text.h')
-rw-r--r-- | include/render_text.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 |