1 2 3 4 5 6 7 8
#include <iostream> #include <mpm/print_foo.hpp> void mpm::print_foo() { std::cout << "foo" << std::endl; }