This repository has been archived on 2019-06-21. You can view files and clone it, but cannot push or open issues or pull requests.
PixelHub/PixelHub-Client/PixelBot.h

13 lines
85 B
C++

#pragma once
class PixelBot
{
public:
PixelBot();
~PixelBot();
private:
};