Initial Commit

This commit is contained in:
xypwn
2020-03-24 20:18:39 +01:00
commit dfeb7de33c
70 changed files with 4920 additions and 0 deletions

13
eConnectorType.h Normal file
View File

@@ -0,0 +1,13 @@
#ifndef CONNECTORTYPE_H
#define CONNECTORTYPE_H
namespace ConnectorType
{
enum ConnectorType
{
Input,
Output
};
}
#endif // CONNECTORTYPE_H