Cleanup: Remove extern "C" from C++ only header

This commit is contained in:
Sergey Sharybin
2023-07-19 17:15:06 +02:00
committed by Sergey Sharybin
parent 3a89ffc99c
commit 45f58a5b5f

View File

@@ -26,10 +26,6 @@ struct Object;
struct RenderEngine;
struct ReportList;
#ifdef __cplusplus
extern "C" {
#endif
struct HighlightedTile {
rcti rect;
};
@@ -153,7 +149,3 @@ struct Render : public BaseRender {
/** #R.flag */
#define R_ANIMATION 1
#ifdef __cplusplus
}
#endif