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/gpu/GPU_batch.h')
-rw-r--r--source/blender/gpu/GPU_batch.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/blender/gpu/GPU_batch.h b/source/blender/gpu/GPU_batch.h
index 2232e333bb6..f27153ccecf 100644
--- a/source/blender/gpu/GPU_batch.h
+++ b/source/blender/gpu/GPU_batch.h
@@ -28,7 +28,8 @@
* This file contains any additions or modifications specific to Blender.
*/
-#pragma once
+#ifndef __GPU_BATCH_H__
+#define __GPU_BATCH_H__
#include "../../../intern/gawain/gawain/batch.h"
@@ -46,3 +47,5 @@ Batch *Batch_get_sphere_wire(int lod);
void gpu_batch_init(void);
void gpu_batch_exit(void);
+
+#endif /* __GPU_BATCH_H__ */