1
0
mirror of https://github.com/td512/re3.git synced 2026-02-11 19:24:28 +00:00

More audio ped

This commit is contained in:
Filip Gawin
2019-07-31 17:54:18 +02:00
parent 7d1e1bf1dd
commit af5bd951ae
49 changed files with 8804 additions and 252 deletions

View File

@@ -7,7 +7,7 @@ CPlaceable::CPlaceable(void)
m_matrix.SetScale(1.0f);
}
CPlaceable::~CPlaceable(void) { }
CPlaceable::~CPlaceable(void) = default;
void
CPlaceable::SetHeading(float angle)