zengine/game/zworld/editor/zworld_editor.cpp
2024-10-26 17:54:54 +08:00

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;
}