gtranslationTable
Loading...
Searching...
No Matches
gtranslationTable_options.h
Go to the documentation of this file.
1#pragma once
2
3#include "goptions.h"
4
5constexpr const char* TRANSLATIONTABLE_LOGGER = "gtranslationtable";
6
7namespace gtranslationTable {
8
9// returns array of options definitions
10GOptions defineOptions();
11
12}
constexpr const char * TRANSLATIONTABLE_LOGGER