feat: Add global access for selected Game object
> separated commit in case this functionality is already provided through other means and needs to be reverted > probably target for rehaul in the future for better/less invasive approach
This commit is contained in:
@@ -15,6 +15,7 @@ namespace games {
|
||||
|
||||
// where the main magic will happen
|
||||
virtual void attach();
|
||||
virtual const char *title();
|
||||
|
||||
// optional
|
||||
virtual void pre_attach();
|
||||
|
||||
Reference in New Issue
Block a user