Raw File
libcxx2.cxx
#include "libcxx2.h"

float LibCxx2Class::Method()
{
  return 1.0;
}
back to top