added fft library and began controls preferences.

This commit is contained in:
2018-10-16 15:44:43 -05:00
parent bca4ad5791
commit 6a28aeb852
3 changed files with 8 additions and 0 deletions

View File

@@ -8,5 +8,9 @@ namespace RhythmBullet.Zer01HD.Game.Preferences
{
class Controls
{
public int Forward;
public int Backward;
public int Left;
public int Right;
}
}