I'm updating some code and while I was working in a header, I came across the following line.
.
.
.
class HereIsMyClass;
.
.
.
That's it. It's just one line that precedes another, longer class definition. HereIsMyClass is in fact another class somewhere else, but I don't understand why this line is written here. What does it do?