mirror of
https://github.com/TheOnlyZac/sly1.git
synced 2024-11-26 23:20:43 +00:00
12 lines
113 B
C
12 lines
113 B
C
/**
|
|
* @file steprun.h
|
|
*/
|
|
#ifndef STEPRUN_H
|
|
#define STEPRUN_H
|
|
|
|
#include "common.h"
|
|
|
|
// ...
|
|
|
|
#endif // STEPRUN_H
|