chore(model): clean up function declarations

This commit is contained in:
fallenoak 2023-01-05 20:58:16 -06:00
parent 9e06cb8942
commit 906c78afb9
No known key found for this signature in database
GPG key ID: 7628F8E61AEA070D
8 changed files with 41 additions and 41 deletions

View file

@ -49,7 +49,7 @@ class CM2Scene {
{};
void AdvanceTime(uint32_t a2);
void Animate(const C3Vector& cameraPos);
CM2Model* CreateModel(const char*, uint32_t);
CM2Model* CreateModel(const char* file, uint32_t a3);
int32_t Draw(M2PASS pass);
void SelectLights(CM2Lighting* lighting);
};