update
This commit is contained in:
@@ -5,7 +5,8 @@ struct Texture {
|
||||
unsigned int tex_id;
|
||||
int width;
|
||||
int height;
|
||||
void init(const char* source_path);
|
||||
};
|
||||
|
||||
Texture createTexture(const char* source_path);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user