forked from Bananymous/banan-os
As the number of libraries is increasing, root directory starts to expand. This adds better organization for libraries
12 lines
189 B
C++
12 lines
189 B
C++
#include <BAN/ByteSpan.h>
|
|
|
|
#include <LibImage/Image.h>
|
|
|
|
namespace LibImage
|
|
{
|
|
|
|
bool probe_netbpm(BAN::ConstByteSpan);
|
|
BAN::ErrorOr<BAN::UniqPtr<Image>> load_netbpm(BAN::ConstByteSpan);
|
|
|
|
}
|