Add easy log macros; add vec_init; windows managed by vec now

This commit is contained in:
2022-06-27 19:12:26 +00:00
parent bccb0a53fd
commit 9c5767436d
9 changed files with 67 additions and 47 deletions

View File

@@ -41,7 +41,7 @@ struct Texture *texture_pullfromfile(const char *path)
shput(texhash, tex->path, tex);
glGenTextures(1, &tex->id);
//glGenTextures(1, &tex->id);
return tex;
}