/* * fy-null-backend.h - Null reflection backend header (only builtin types) * * Copyright (c) 2025 Pantelis Antoniou * * SPDX-License-Identifier: MIT */ #ifndef FY_NULL_BACKEND_H #define FY_NULL_BACKEND_H #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include #include #include "fy-reflection-private.h" /* nothing */ #endif