mirror of
https://github.com/nasa/trick.git
synced 2025-01-02 11:26:43 +00:00
16 lines
187 B
C
16 lines
187 B
C
#ifndef _SATELLITE_MODEL_
|
|
#define _SATELLITE_MODEL_
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void Satellite_init(void);
|
|
void Satellite_display(void);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|