Files
Apollo/src/main.h
2024-02-11 14:15:45 -05:00

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[]);