mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
chore(model): clean up function declarations
This commit is contained in:
parent
9e06cb8942
commit
906c78afb9
8 changed files with 41 additions and 41 deletions
|
|
@ -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);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue