Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/python/intern/gpu.h')
-rw-r--r--source/blender/python/intern/gpu.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/source/blender/python/intern/gpu.h b/source/blender/python/intern/gpu.h
index f8c751f7f94..82338869b9d 100644
--- a/source/blender/python/intern/gpu.h
+++ b/source/blender/python/intern/gpu.h
@@ -27,10 +27,13 @@
/** \file blender/python/intern/gpu.h
* \ingroup pythonintern
- */
-
-/**
+ *
* Initializes the gpu Python module.
*/
+
+#ifndef __GPU_H__
+#define __GPU_H__
+
PyObject *GPU_initPython(void);
+#endif /* __GPU_H__ */