mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Get rid of unnecessary extern "C" blocks
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user