/* 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: dk4grcoa.ctr */ #ifndef DK4GRCOA_H_INCLUDED /** Avoid multiple inclusions. */ #define DK4GRCOA_H_INCLUDED 1 #line 8 "dk4grcoa.ctr" /** @file dk4grcoa.h Graphics configuration with application support. */ #ifndef DK4CONF_H_INCLUDED #if DK4_BUILDING_DKTOOLS4 #include "dk4conf.h" #else #include #endif #endif #ifndef DK4APP_H_INCLUDED #if DK4_BUILDING_DKTOOLS4 #include "dk4app.h" #else #include #endif #endif #ifndef DK4GRCO_H_INCLUDED #if DK4_BUILDING_DKTOOLS4 #include "dk4grco.h" #else #include #endif #endif #ifdef __cplusplus extern "C" { #endif /** Set up graphics configuration from text string and/or configuration file(s). @param conf Configuration structure to set up. @param txt Text containing information, may be NULL. @param usecfg Flag: Process configuration file. @param cfscope Configuration scopes allowed in txt. @param app Application structure for diagnostics, may be NULL. @return 1 on success (program can continue), 0 on error (abort program). */ int dk4gra_conf_setup( dk4_gra_conf_t *conf, dkChar const *txt, int usecfg, int cfscope, dk4_app_t *app ); #ifdef __cplusplus } #endif /* vim: set ai sw=4 ts=4 : */ #endif