render -> renderer (original name)
This commit is contained in:
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);
|
||||
};
|
||||
Reference in New Issue
Block a user