14 lines
311 B
C++
14 lines
311 B
C++
#define ZLIB_API
|
|
#define ZLIB_API_VAL
|
|
#define CORE_API
|
|
#define CORE_API_VAL
|
|
#include "archive/json.h"
|
|
#include "test_refl.h"
|
|
using namespace api;
|
|
using namespace std;
|
|
using namespace refl;
|
|
int main() {
|
|
auto aguid = meta_name<api::Guid>();
|
|
auto bguid = aguid.View();
|
|
std::cout << "hello world" << std::endl;
|
|
} |