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