This website works better with JavaScript
Home
Explore
Help
Sign In
lwk
/
PhysicalDevice
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
99572f7e71
Branches
Tags
master
PhysicalDevice
/
Machine
/
MachineCenter
/
MachineDevice.h
MachineDevice.h
96 B
History
Raw
1
2
3
4
5
6
7
#pragma once
#include "LogicDevice.h"
class MachineDevice :
public LogicDevice
{
};