8 lines
89 B
C
Raw Normal View History

class Other
{
public:
static void DoSomething();
static void DoSomethingElse();
};