9 lines
149 B
C++
9 lines
149 B
C++
#include "ImportLibMixedNative.h"
|
|
|
|
#include <iostream>
|
|
|
|
void ImportLibMixedNative::Message()
|
|
{
|
|
std::cout << "ImportLibMixedNative" << std::endl;
|
|
}
|