mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-02 17:57:59 +03:00
7 lines
188 B
C
7 lines
188 B
C
#pragma once
|
|
#include "lara_struct.h"
|
|
|
|
void InitialiseLara(int restore);
|
|
void LaraInitialiseMeshes();
|
|
void InitialiseLaraAnims(ITEM_INFO* item);
|
|
void InitialiseLaraLoad(short itemNumber);
|