blob: c85a77631046552a6a5d0985275bd33ddfb97136 [file] [log] [blame]
#include "ImportLibMixedNative.h"
#include <iostream>
void ImportLibMixedNative::Message()
{
std::cout << "ImportLibMixedNative" << std::endl;
}