mirror of
https://github.com/thinkonmay/sunshine-sdk.git
synced 2025-12-30 17:49:07 +00:00
12 lines
157 B
C
12 lines
157 B
C
/**
|
|
* @file src/main.h
|
|
* @brief Main header file for the Sunshine application.
|
|
*/
|
|
|
|
// macros
|
|
#pragma once
|
|
|
|
// functions
|
|
int
|
|
main(int argc, char *argv[]);
|