1
0
mirror of synced 2024-12-01 01:37:23 +01:00
FFBArcadePlugin/Common Files/TeknoParrotGame.h

18 lines
319 B
C
Raw Normal View History

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