mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 12:23:29 +00:00
13 lines
104 B
C++
13 lines
104 B
C++
#include "StdAfx.h"
|
|
#include "Devices.h"
|
|
|
|
|
|
CDevices::CDevices(void)
|
|
{
|
|
}
|
|
|
|
|
|
CDevices::~CDevices(void)
|
|
{
|
|
}
|