mirror of
https://github.com/TheOnlyZac/sly1.git
synced 2025-02-17 05:38:37 +00:00
11 lines
104 B
C
11 lines
104 B
C
/**
|
|
* @file alarm.h
|
|
*/
|
|
#ifndef ALARM_H
|
|
#define ALARM_H
|
|
|
|
#include "common.h"
|
|
|
|
// ...
|
|
|
|
#endif // ALARM_H
|