1
0
Fork 0
OpenLCP/protocols/dmx/patch.h

12 lines
89 B
C
Raw Normal View History

#ifndef PATCH_H
#define PATCH_H
class Patch
{
public:
Patch();
};
#endif // PATCH_H