sly1/include/main.h
2024-07-01 22:16:20 +00:00

12 lines
101 B
C

/**
* @file main.h
*/
#ifndef MAIN_H
#define MAIN_H
#include "common.h"
// ...
#endif // MAIN_H