summaryrefslogtreecommitdiff
path: root/support/dktools/wxdstr.h
blob: f438ff602d7128db21aa970db710b8e781ddff4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
/*
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