mirror of https://github.com/AxioDL/boo.git
14 lines
134 B
C++
14 lines
134 B
C++
|
#ifndef CDEVICEBASE
|
||
|
#define CDEVICEBASE
|
||
|
|
||
|
#include "CDeviceToken.hpp"
|
||
|
|
||
|
class CDeviceBase
|
||
|
{
|
||
|
|
||
|
public:
|
||
|
|
||
|
};
|
||
|
|
||
|
#endif // CDEVICEBASE
|