- [NEW] F12 recarrega gràfics sense eixir

This commit is contained in:
2024-07-24 11:58:32 +02:00
parent 12674cc1a6
commit cd44dceb6b
3 changed files with 20 additions and 0 deletions

View File

@@ -55,6 +55,8 @@ namespace draw
/// @return un punter a una nova superficie
/// ATENCIÓ: EN THEPOOL AÇÒ VAL PER A LA CÀRREGA INCIAL DE TOTS ELS GIFs
void loadSurface(const std::string &filename);
void reloadSurface(surface *surf);
void reloadAll();
surface *getSurface(const std::string &filename);