| 12 | #include <Coral/Attribute.hpp> |
| 13 | |
| 14 | static void ExceptionCallback(std::string_view InMessage) |
| 15 | { |
| 16 | std::cout << "Unhandled native exception: " << InMessage << std::endl; |
| 17 | } |
| 18 | |
| 19 | struct MyVec3 |
| 20 | { |
nothing calls this directly
no outgoing calls
no test coverage detected