Tools and libraries to glue C/C++ APIs to high-level languages
 
 
 
 
 

13 lines
148 B

#include "AnotherUnit.h"
void DelegateNamespace::Nested::f3(void (*)())
{
}
void DelegateNamespace::f4(void (*)())
{
}
void AnotherUnit::f()
{
}