overworld housekeeping

This commit is contained in:
scawful
2022-08-23 13:28:46 -05:00
parent c6bed7d0b1
commit 50252fd267
4 changed files with 126 additions and 94 deletions

View File

@@ -52,6 +52,7 @@ class Bitmap {
int data_size_ = 0;
bool freed_ = false;
uchar *pixel_data_;
Bytes data_;
std::shared_ptr<SDL_Texture> texture_;
std::shared_ptr<SDL_Surface> surface_;
};