• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #include "other.h"
2 
3 void
DoSomethingElse()4 Other::DoSomethingElse()
5 {
6   DoSomething();
7 }
8