mirror of
https://github.com/TheOnlyZac/sly1.git
synced 2024-11-23 21:59:53 +00:00
12 lines
121 B
C
12 lines
121 B
C
/**
|
|
* @file stepguard.h
|
|
*/
|
|
#ifndef STEPGUARD_H
|
|
#define STEPGUARD_H
|
|
|
|
#include "common.h"
|
|
|
|
// ...
|
|
|
|
#endif // STEPGUARD_H
|