GBDK 2020 Docs  4.4.0
API Documentation for GBDK 2020
model.h
Go to the documentation of this file.
1 #include <gbdk/platform.h>
2 #include <stdint.h>
3 
4 #ifndef _MEGADUCK_MODEL_H
5 #define _MEGADUCK_MODEL_H
6 
7 #define MEGADUCK_HANDHELD_STANDARD 0u
8 #define MEGADUCK_LAPTOP_SPANISH 1u
9 #define MEGADUCK_LAPTOP_GERMAN 2u
10 
11 
34 
35 #endif // _MEGADUCK_MODEL_H
uint8_t duck_check_model(void)
unsigned char uint8_t
Definition: stdint.h:51