/* 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: wxdstr.ctr */ #ifndef WXDSTR_H_INCLUDED /** Avoid multiple inclusions. */ #define WXDSTR_H_INCLUDED 1 #line 8 "wxdstr.ctr" /** @file wxdrdstr.h String table for wxDraw read operations. */ #ifndef DK4APP_H_INCLUDED #include "dk4app.h" #endif #ifdef __cplusplus extern "C" { #endif /** Retrieve string table containing localized texts. @param app Application to use while retrieving the string table. @return Pointer to localized texts on success, pointer to texts in English on problems. Do not release the string table, it is either managed by the app structure or a static string table. */ const dkChar * const * wxdrdstr_texts( dk4_app_t *app ); #ifdef __cplusplus } #endif #endif