sly1/include/frm.h
2024-07-07 20:53:08 +00:00

14 lines
125 B
C

/**
* @file frm.h
*
* @brief Frame manager.
*/
#ifndef FRM_H
#define FRM_H
#include "common.h"
// ...
#endif // FRM_H