blob: 2469178a32e79601f7d4fa44bed4a7090805d606 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef PATCHEDCLONKCONTROL_HPP
#define PATCHEDCLONKCONTROL_HPP
class PatchedClonkControl : public ClonkControlInterface
{
public:
PatchedClonkControl();
};
#endif // PATCHEDCLONKCONTROL_HPP
|