Loading...
Searching...
No Matches
mineplex.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2016 Freie Universität Berlin
3 * SPDX-License-Identifier: LGPL-2.1-only
4 */
5
6#pragma once
7
23
24#include <stdint.h>
25
26#ifdef __cplusplus
27extern "C" {
28#endif
29
33#define MINEPLEX_CHAR_W (5U)
34
38#define MINEPLEX_CHAR_H (5U)
39
64const uint8_t *mineplex_char(char c);
65
66#ifdef __cplusplus
67}
68#endif
69
const uint8_t * mineplex_char(char c)
Get the Mineplex representation of a given ASCII character.