summaryrefslogtreecommitdiff
path: root/modules/xatlas_unwrap
diff options
context:
space:
mode:
authorRajat Goswami <rajat.goswami@hotmail.com>2020-03-21 21:29:40 -0400
committerRajat Goswami <rajat.goswami@hotmail.com>2020-03-23 04:52:36 -0400
commit2ecf928ae39253f8cc72de1ad1391e8ed140ed6d (patch)
tree8c6d73d8a76ee63c10159e2d853889164cf6ab62 /modules/xatlas_unwrap
parentcce0a27ec7dd7c11fcb37eb724b0b7e97b3b1478 (diff)
Adding missing include guards to header files identified by LGTM.
This addresses the issue godotengine/godot#37143
Diffstat (limited to 'modules/xatlas_unwrap')
-rw-r--r--modules/xatlas_unwrap/register_types.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/xatlas_unwrap/register_types.h b/modules/xatlas_unwrap/register_types.h
index 3f2181fa63..fe924bab96 100644
--- a/modules/xatlas_unwrap/register_types.h
+++ b/modules/xatlas_unwrap/register_types.h
@@ -28,5 +28,10 @@
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/*************************************************************************/
+#ifndef XATLAS_UNWRAP_REGISTER_TYPES_H
+#define XATLAS_UNWRAP_REGISTER_TYPES_H
+
void register_xatlas_unwrap_types();
void unregister_xatlas_unwrap_types();
+
+#endif // XATLAS_UNWRAP_REGISTER_TYPES_H