Initial Commit
This commit is contained in:
13
eConnectorType.h
Normal file
13
eConnectorType.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef CONNECTORTYPE_H
|
||||
#define CONNECTORTYPE_H
|
||||
|
||||
namespace ConnectorType
|
||||
{
|
||||
enum ConnectorType
|
||||
{
|
||||
Input,
|
||||
Output
|
||||
};
|
||||
}
|
||||
|
||||
#endif // CONNECTORTYPE_H
|
||||
Reference in New Issue
Block a user