1
0
Fork 0
mirror of https://github.com/k4zmu2a/SpaceCadetPinball.git synced 2025-09-06 08:20:15 +02:00

Loader v1.

This commit is contained in:
oz 2020-10-25 17:17:26 +03:00
parent 7d141d2931
commit b3b4fb39ef
8 changed files with 397 additions and 2 deletions

View file

@ -0,0 +1,8 @@
#pragma once
class pinball
{
public:
static int quickFlag;
private:
};