Added graphics/ImageData class
This commit is contained in:
@@ -4,8 +4,10 @@
|
||||
#include <string>
|
||||
|
||||
class Texture;
|
||||
class ImageData;
|
||||
|
||||
namespace png {
|
||||
extern ImageData load_image(std::string filename);
|
||||
extern Texture* load_texture(std::string filename);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user