This commit is contained in:
skymz4
2022-04-23 13:58:48 +02:00
committed by GitHub
parent 5fb7ca78a9
commit 04741198e2
2 changed files with 7 additions and 0 deletions

View File

@@ -109,6 +109,8 @@ namespace RenderD7
/// \brief Get The Image
/// \return C2D_Image
C2D_Image Get(){return this->img;}
void FromSheet(RenderD7::Sheet sheet, size_t index);
/// \param img this is the C2D_Image
C2D_Image img;
/// \param loadet whether the image is loadet or not