1
0
mirror of synced 2024-11-15 02:47:41 +01:00
FFBArcadePlugin/Common Files/TeknoParrotGame.h

17 lines
297 B
C
Raw Normal View History

2019-11-01 21:34:57 +01:00
#pragma once
#include "Game.h"
class TeknoParrotGame : public Game {
// TP-related
HANDLE hSection;
LPVOID secData;
int ffbOffset = 0;
protected:
int GetTeknoParrotFFB();
TeknoParrotGame();
public:
void FFBLoop(EffectConstants *constants, Helpers *helpers, EffectTriggers* triggers);
};