mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-16 12:44:07 +00:00
render -> renderer (original name)
This commit is contained in:
parent
c8cb1ed013
commit
c937bdbfea
77 changed files with 6 additions and 6 deletions
11
src/renderer/WindModifiers.h
Normal file
11
src/renderer/WindModifiers.h
Normal file
|
@ -0,0 +1,11 @@
|
|||
#pragma once
|
||||
|
||||
class CWindModifiers
|
||||
{
|
||||
CVector m_pos;
|
||||
int32 m_type;
|
||||
public:
|
||||
static int32 Number;
|
||||
static void RegisterOne(CVector pos, int32 windSourceType);
|
||||
static bool FindWindModifier(CVector pos, float *x, float *y);
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue