Rename structs to more sane things

This commit is contained in:
2022-11-19 23:13:57 +00:00
parent 3641c246d4
commit 4224594ee4
30 changed files with 216 additions and 201 deletions

View File

@@ -7,7 +7,7 @@ struct mSkybox {
unsigned int VAO;
unsigned int VBO;
unsigned int id;
struct mShader *shader;
struct shader *shader;
};
struct mSkybox *MakeSkybox(const char *cubemap);