Get rid of unnecessary extern "C" blocks

This commit is contained in:
Rangi42
2025-01-27 17:42:20 -05:00
committed by Rangi
parent a354af3d08
commit c5e59f40fd
2 changed files with 17 additions and 19 deletions

View File

@@ -7,8 +7,6 @@
#define PACKAGE_VERSION_MINOR 9
#define PACKAGE_VERSION_PATCH 0
extern "C" {
char const *get_package_version_string();
}
char const *get_package_version_string();
#endif // RGBDS_VERSION_H