This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Giriş Yap
kjhammerle
/
cube-game-plus-plus
İzle
1
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Ağaç:
ad8be1d9ca
Dallar
Biçim İmleri
exercises
master
cube-game-plus-...
/
client
/
utils
/
Utils.h
Utils.h
92 B
Geçmiş
Ham
1
2
3
4
5
6
#ifndef UTILS_H
#define UTILS_H
float interpolate(float lag, float from, float to);
#endif