mineplex.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2016 Freie Universität Berlin
3  *
4  * This file is subject to the terms and conditions of the GNU Lesser
5  * General Public License v2.1. See the file LICENSE in the top level
6  * directory for more details.
7  */
8 
9 #pragma once
10 
27 #include <stdint.h>
28 
29 #ifdef __cplusplus
30 extern "C" {
31 #endif
32 
36 #define MINEPLEX_CHAR_W (5U)
37 
41 #define MINEPLEX_CHAR_H (5U)
42 
67 const uint8_t *mineplex_char(char c);
68 
69 #ifdef __cplusplus
70 }
71 #endif
72 
const uint8_t * mineplex_char(char c)
Get the Mineplex representation of a given ASCII character.