![]() |
olcPixelGameEngine v2.28
The official distribution of olcPixelGameEngine, a tool used in javidx9's YouTube videos and projects
|
#include <olcPixelGameEngine.h>
Public Member Functions | |
ImageLoader ()=default | |
virtual | ~ImageLoader ()=default |
virtual olc::rcode | LoadImageResource (olc::Sprite *spr, const std::string &sImageFile, olc::ResourcePack *pack)=0 |
virtual olc::rcode | SaveImageResource (olc::Sprite *spr, const std::string &sImageFile)=0 |
|
default |
|
virtualdefault |
|
pure virtual |
|
pure virtual |