Cleanup: Remove extern "C" from C++ only header
This commit is contained in:
committed by
Sergey Sharybin
parent
3a89ffc99c
commit
45f58a5b5f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user