yes
This commit is contained in:
14
Runtime/Includes/Graphics/Loaders/BMP.h
git.filemode.normal_file
14
Runtime/Includes/Graphics/Loaders/BMP.h
git.filemode.normal_file
@@ -0,0 +1,14 @@
|
||||
#ifndef __SCOP_BMP_LOADER__
|
||||
#define __SCOP_BMP_LOADER__
|
||||
|
||||
#include <filesystem>
|
||||
|
||||
#include <Maths/Vec2.h>
|
||||
#include <Utils/Buffer.h>
|
||||
|
||||
namespace Scop
|
||||
{
|
||||
CPUBuffer LoadBMPFile(const std::filesystem::path& path, Vec2ui32& dimensions);
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user