#ifndef GRAPHICS_MODELS_H #define GRAPHICS_MODELS_H #ifdef __cplusplus extern "C" { #endif void Satellite_init(void); void Satellite_display(void); #ifdef __cplusplus } #endif #endif