Cleanup: make remaining editor include headers work in C++

This commit is contained in:
2020-03-02 15:09:10 +01:00
parent 5de56f9596
commit 680b70f093
48 changed files with 384 additions and 0 deletions

View File

@@ -24,6 +24,10 @@
#ifndef __BIF_GLUTIL_H__
#define __BIF_GLUTIL_H__
#ifdef __cplusplus
extern "C" {
#endif
struct rcti;
struct ColorManagedDisplaySettings;
@@ -177,4 +181,8 @@ void bglPolygonOffset(float viewdist, float dist);
void immDrawBorderCorners(unsigned int pos, const struct rcti *border, float zoomx, float zoomy);
#ifdef __cplusplus
}
#endif
#endif /* __BIF_GLUTIL_H__ */