Undeclared physicsfs dependency
Brought to you by:
facundominguez
physfs.h is #included several times but physicsfs is not listed as a dependency in the README nor tested for in the configure script.
Offending files:
src/sjsound.cpp:31:#include "physfs.h"
test/buildoutline.cpp:27:#include "physfs.h"
test/testmask.cpp:27:#include "physfs.h"
test/outlinebuilder.cpp:27:#include "physfs.h"
test/testoutline.cpp:27:#include "physfs.h"