Button added and input

This commit is contained in:
Dmitry Borisenko
2020-08-02 01:54:26 +02:00
parent b2496bbc9f
commit 8df3ab8946
9 changed files with 133 additions and 119 deletions

2
src/Class/Input.cpp Normal file
View File

@@ -0,0 +1,2 @@
#include "Class/Input.h"
Input* myInput;

2
src/Class/Switch.cpp Normal file
View File

@@ -0,0 +1,2 @@
#include "Class/Switch.h"
Switch* mySwitch;