fixing stuff

This commit is contained in:
Daniel Ledda
2025-01-03 19:21:18 +01:00
parent 3430b4e69a
commit 256292c20d
47 changed files with 3401 additions and 6901 deletions

View File

@@ -5,7 +5,7 @@ struct Texture {
unsigned int tex_id;
int width;
int height;
auto init(const char* source_path) -> void;
void init(const char* source_path);
};
#endif