8 lines
72 B
C++
8 lines
72 B
C++
|
#include "other.h"
|
||
|
|
||
|
void
|
||
|
Other::DoSomethingElse()
|
||
|
{
|
||
|
DoSomething();
|
||
|
}
|