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
Raw Normal View History

2016-10-21 20:19:22 +00:00
#pragma once
class PixelBot
{
public:
PixelBot();
~PixelBot();
private:
};