Obj parser, plane is loading correctly with texcoords etc! now OS defines the bitmap layout and format

This commit is contained in:
Krzosa Karol
2022-02-18 15:58:19 +01:00
parent 84c6191df6
commit 6e36d7596c
8 changed files with 1137 additions and 33 deletions

View File

@@ -17,4 +17,5 @@ extern bool keydown_a;
extern bool keydown_b;
bool OS_GameLoop();
void OS_Init(OSInitArgs);
void OS_Init(OSInitArgs);
char* OS_ReadFile(const char* path);