Initial re-upload of spice2x-24-08-24
This commit is contained in:
13
games/qma/qma.h
Normal file
13
games/qma/qma.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include "games/game.h"
|
||||
|
||||
namespace games::qma {
|
||||
|
||||
class QMAGame : public games::Game {
|
||||
public:
|
||||
QMAGame();
|
||||
virtual void pre_attach() override;
|
||||
virtual void attach() override;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user