sly1/include/step.h
2024-07-04 20:25:59 +00:00

21 lines
202 B
C

/**
* @file step.h
*/
#ifndef STEP_H
#define STEP_H
#include "common.h"
#include <po.h>
/**
* @brief TBD
*
* @todo Implement struct.
*/
struct STEP : public PO
{
// ...
};
#endif // STEP_H