Add apparatus - mainframe for all the things

This commit is contained in:
Andrew nuark G 2020-12-15 21:26:54 +07:00
parent 6d4383273b
commit 19f223b474
3 changed files with 19 additions and 0 deletions

6
system/apparatus.cpp Normal file
View file

@ -0,0 +1,6 @@
#include "apparatus.h"
apparatus::apparatus()
{
}

11
system/apparatus.h Normal file
View file

@ -0,0 +1,11 @@
#ifndef APPARATUS_H
#define APPARATUS_H
class apparatus
{
public:
apparatus();
};
#endif // APPARATUS_H