mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2025-09-06 08:20:15 +02:00
Loader v1.
This commit is contained in:
parent
7d141d2931
commit
b3b4fb39ef
8 changed files with 397 additions and 2 deletions
8
SpaceCadetPinball/pinball.h
Normal file
8
SpaceCadetPinball/pinball.h
Normal file
|
@ -0,0 +1,8 @@
|
|||
#pragma once
|
||||
class pinball
|
||||
{
|
||||
public:
|
||||
static int quickFlag;
|
||||
private:
|
||||
};
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue