Add apparatus - mainframe for all the things
This commit is contained in:
parent
6d4383273b
commit
19f223b474
3 changed files with 19 additions and 0 deletions
11
system/apparatus.h
Normal file
11
system/apparatus.h
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#ifndef APPARATUS_H
|
||||
#define APPARATUS_H
|
||||
|
||||
|
||||
class apparatus
|
||||
{
|
||||
public:
|
||||
apparatus();
|
||||
};
|
||||
|
||||
#endif // APPARATUS_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue