Project structure update
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#ifndef CODERS_PNG_H_
|
||||
#define CODERS_PNG_H_
|
||||
|
||||
#include <string>
|
||||
|
||||
class Texture;
|
||||
|
||||
namespace png {
|
||||
extern Texture* load_texture(std::string filename);
|
||||
}
|
||||
|
||||
#endif /* CODERS_PNG_H_ */
|
||||
Reference in New Issue
Block a user