Cleanup: make remaining gpu headers work in C++

This commit is contained in:
2020-03-02 15:28:47 +01:00
parent 360443a483
commit f48b46860b
16 changed files with 130 additions and 2 deletions

View File

@@ -30,6 +30,10 @@
#include "BLI_compiler_attrs.h"
#include "BLI_sys_types.h"
#ifdef __cplusplus
extern "C" {
#endif
/* gpu_batch_presets.c */
/* Replacement for gluSphere */
@@ -42,4 +46,8 @@ bool gpu_batch_presets_unregister(struct GPUBatch *preset_batch);
void gpu_batch_presets_reset(void);
void gpu_batch_presets_exit(void);
#ifdef __cplusplus
}
#endif
#endif /* __GPU_BATCH_PRESETS_H__ */