/* Copyright (C) 2018-2020, Dirk Krause SPDX-License-Identifier: BSD-3-Clause */ /* WARNING: This file was generated by the dkct program (see http://dktools.sourceforge.net/ for details). Changes you make here will be lost if dkct is run again! You should modify the original source and run dkct on it. Original source: wxdcomp.ctr */ #ifndef WXDCOMP_H_INCLUDED /** Avoid multiple inclusions. */ #define WXDCOMP_H_INCLUDED 1 #line 8 "wxdcomp.ctr" /** @file wxdcomp.h Compare drawing objects. */ #ifndef DK4TYPES_H_INCLUDED #include "dk4types.h" #endif #ifndef WXDTYPES_H_INCLUDED #include "wxdtypes.h" #endif #ifdef __cplusplus extern "C" { #endif /** Compare drawing objects. @param l Left object. @param r Right object or name. @param cr Comparison criteria, ignored. @return Comparison result: -1: lr. */ int wxd2lat_compare_object(const void *l, const void *r, int cr); /** Find category for object type. @param ot Object type. @return Category for object type. */ int wxd2lat_object_category(int8_t ot); #ifdef __cplusplus } #endif #endif