CEntity and friends

This commit is contained in:
aap
2020-05-19 20:56:42 +02:00
parent 8a90e32f1b
commit bdbe5d1080
26 changed files with 581 additions and 650 deletions

View File

@ -0,0 +1,8 @@
#include "common.h"
#include "WindModifiers.h"
int32
CWindModifiers::FindWindModifier(CVector pos, float *x, float *y)
{
return 0;
}