image/svg+xml
Brteve's API for EveApps
Version 0.0.1
The reference document for common folder of EveApps project.
 
Loading...
Searching...
No Matches
Logo.h
Go to the documentation of this file.
1
32#ifndef LOGO_H_
33#define LOGO_H_
34
35#include "EVE_CoCmd.h"
36
37void Logo_Showup(EVE_HalContext *phost);
38
39#endif /* LOGO_H_ */
EVE's co-processor commmands.
void Logo_Showup(EVE_HalContext *phost)
Show logo on screen.
Definition Logo.c:132