isleapp: Remove extern "C"

It seems like it's fine including these libraries without extern "C"
This commit is contained in:
AllMeatball 2025-05-12 12:29:17 -05:00
parent 6bb7a61908
commit 39f954adad

View File

@ -35,10 +35,8 @@
#include <iniparser.h>
#include <time.h>
extern "C" {
#include <errno.h>
#include <stdlib.h>
}
DECOMP_SIZE_ASSERT(IsleApp, 0x8c)