After changing it to #include, linker errors begin to pop up.
Linking...
src/Config/INI.o: In function INI::load(std::string):
INI.cpp:(.text+0xbb): undefined reference to iniparserload(char const)
src/Config/INI.o: In function INI::create():
...
collect2: error: ld returned 1 exit status
make: _\ [nsnake] Error 1
Adding -liniparser to Makefile doesn't work. Probably needs an extern when including iniparser.h
Commit 32af2bd3933bae03f2a86a97b41969703bfb5a0b breaks compilation involving iniparser.
After changing it to #include, linker errors begin to pop up.
Adding -liniparser to Makefile doesn't work. Probably needs an extern when including iniparser.h