OpenGothic
Open source reimplementation of Gothic I and II
Loading...
Searching...
No Matches
damagecalculator.cpp File Reference
#include "damagecalculator.h"
#include "world/objects/npc.h"
#include "world/objects/item.h"
#include "world/world.h"
#include "world/bullet.h"
#include "gothic.h"

Go to the source code of this file.

Functions

static float mix (float x, float y, float a)
 

Function Documentation

◆ mix()

static float mix ( float  x,
float  y,
float  a 
)
static

Definition at line 12 of file damagecalculator.cpp.