Ifdef maze in comm.h causes problems with extern "C".

This straightens that out.  (`COMM_INTERNAL` needs to be
respected.)
This commit is contained in:
2024-04-25 01:47:07 -04:00
parent b8e02b9c83
commit 990db1d15a
+8
View File
@@ -103,6 +103,14 @@ signaledStopTalkingAnim (void)
return CommData.AlienTalkDesc.AnimFlags & TALK_DONE;
}
#if defined(__cplusplus)
}
#endif
#endif // defined(COMM_INTERNAL)
#if defined(__cplusplus)
extern "C" {
#endif
#define TEXT_X_OFFS 1