Cleanup: make remaining editor include headers work in C++
This commit is contained in:
@@ -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__ */
|
||||
|
||||
Reference in New Issue
Block a user