Implement BitmapEngine to RenderD7

This commit is contained in:
2022-07-19 19:07:23 +02:00
parent 86166f87eb
commit 25ced38cba
4 changed files with 787 additions and 0 deletions

View File

@@ -28,6 +28,7 @@
#include "ini.hpp"
#include "stringtool.hpp"
#include "Clock.hpp"
#include "bmp.hpp"
extern "C"
{
@@ -105,6 +106,7 @@ namespace RenderD7
/// Load the Image from buffer
/// \param buffer the frame buffer
void LoadPFromBuffer(const std::vector<u8> &buffer);
void LoadFromBitmap(BMP bitmap);
/// Draw the Image directly
/// \param x The x position
/// \param y the y position