render -> renderer (original name)

This commit is contained in:
Sergeanur 2021-07-18 00:03:57 +03:00
parent c8cb1ed013
commit c937bdbfea
77 changed files with 6 additions and 6 deletions

View 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);
};