-
-
Notifications
You must be signed in to change notification settings - Fork 122
Open
Description
just a minor inconvenience, but when opting to just drop physfs into our project (as advised in CMakeLists.txt), it's inconvenient to just add -Ipath/to/physfs/, because we would then we would have to include #include <src/physfs.h>. If we use -Ipath/to/physfs/src/ we would then include #include <physfs.h>.
Because I prefer prefixed headers, I would like to include like this <physfs/physfs.h>, but there's no way without renaming or symlinking or creating a new file.
We also don't have an include/, so one less reason for the src/ folder.
Metadata
Metadata
Assignees
Labels
No labels