Amit's code mostly converted to use the new texture.hpp but there's an error on line amt/pixel.hpp:472
This commit is contained in:
parent
c91e8fc543
commit
4d31a4daf2
9 changed files with 98 additions and 92 deletions
|
@ -28,6 +28,6 @@ struct TexturePack {
|
|||
|
||||
void load_textures();
|
||||
std::vector<uint32_t> load_image(std::string filename);
|
||||
Sprite &get_sprite(size_t sprite_num);
|
||||
Sprite& get_sprite(size_t sprite_num);
|
||||
Image& get_texture(size_t num);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue